NX Open C++ Reference Guide
Public Types | Public Member Functions
NXOpen::Features::StyledBlendBuilder Class Reference

Represents a Features::StyledBlend builder
To create a new instance of this class, use Features::FeatureCollection::CreateStyledBlendBuilder
Default values. More...

Inheritance diagram for NXOpen::Features::StyledBlendBuilder:
NXOpen::Features::FeatureBuilder NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

List of all members.

Public Types

enum  StyledBlendRadiusConstraintType { StyledBlendRadiusConstraintTypeNone, StyledBlendRadiusConstraintTypePeak, StyledBlendRadiusConstraintTypeMinimum }
 The radius constraint type. More...
enum  StyledBlendShapeControlType {
  StyledBlendShapeControlTypeTangentCurve1, StyledBlendShapeControlTypeTangentCurve2, StyledBlendShapeControlTypeDepth, StyledBlendShapeControlTypeSkew,
  StyledBlendShapeControlTypeTangentMagnitude
}
 The shape control types. More...
enum  StyledBlendTrimMethodType { StyledBlendTrimMethodTypeNoTrim, StyledBlendTrimMethodTypeTrimAndAttach, StyledBlendTrimMethodTypeTrimInputWalls, StyledBlendTrimMethodTypeTrimInputBlends }
 The trim method types. More...
enum  Types { TypesLaw, TypesCurve, TypesProfile }
 The styled blend types. More...

Public Member Functions

NXOpen::SelectEdgeAdjacentBlend1 ()
 Returns the first adjacent blend
Created in NX6.0.0.
NXOpen::GeometricUtilities::OnPathDimensionBuilderAdjacentBlend1TrimEnd ()
 Returns the trim end of the first adjacent blend
Created in NX6.0.0.
NXOpen::GeometricUtilities::OnPathDimensionBuilderAdjacentBlend1TrimStart ()
 Returns the trim start of the first adjacent blend
Created in NX6.0.0.
NXOpen::SelectEdgeAdjacentBlend2 ()
 Returns the second adjacent blend
Created in NX6.0.0.
NXOpen::GeometricUtilities::OnPathDimensionBuilderAdjacentBlend2TrimEnd ()
 Returns the trim end of the second adjacent blend
Created in NX6.0.0.
NXOpen::GeometricUtilities::OnPathDimensionBuilderAdjacentBlend2TrimStart ()
 Returns the trim start of the second adjacent blend
Created in NX6.0.0.
NXOpen::GeometricUtilities::ContinuityBlend1Continuity ()
 Returns the first blend continuity
Created in NX6.0.0.
NXOpen::GeometricUtilities::ContinuityBlend2Continuity ()
 Returns the second blend continuity
Created in NX6.0.0.
NXOpen::SectionCenterCurve ()
 Returns the center curve
Created in NX6.0.0.
NXOpen::GeometricUtilities::OnPathDimensionBuilderCenterCurveEnd ()
 Returns the center curve end
Created in NX6.0.0.
NXOpen::GeometricUtilities::OnPathDimensionBuilderCenterCurveStart ()
 Returns the center curve start
Created in NX6.0.0.
NXOpen::GeometricUtilities::LawBuilderDepthLaw ()
 Returns the depth
Created in NX6.0.0.
NXOpen::Features::SelectFeatureInheritFeatureParameters ()
 Returns a feature from which parameters will be inherited.
bool IsBlendExtended ()
 Returns a value indicating whether the blend is extended
Created in NX6.0.0.
bool IsCenterCurveDirectionReversed ()
 Returns a value indicating whether the center curve direction is reversed
Created in NX6.0.0.
bool IsCenterCurveUsedAsSpine ()
 Returns a value indicating whether the center curve is used as the spine
Created in NX6.0.0.
bool IsNormal1Reversed ()
 Returns a value indicating whether to reverse the normal of the first wall
Created in NX6.0.0.
bool IsNormal2Reversed ()
 Returns a value indicating whether to reverse the normal of the second wall
Created in NX6.0.0.
bool IsSingleTubeUsed ()
 Returns a value indicating whether the single tube is used
Created in NX6.0.0.
bool LinkHandles ()
 Returns a value indicating whether to link the handles
Created in NX6.0.0.
double PositionTolerance ()
 Returns the position tolerance
Created in NX6.0.0.
void ProcessInheritFeatureParameters (NXOpen::Features::StyledBlend *feature)
 Internally data processing of inherited parameters from other Styled Blend feature.
NXOpen::SectionProfileCurve ()
 Returns the profile curve
Created in NX6.0.0.
NXOpen::Features::StyledBlendBuilder::StyledBlendRadiusConstraintType RadiusConstraintType ()
 Returns the radius constraint type
Created in NX6.0.0.
NXOpen::ExpressionRadiusConstraintValue ()
 Returns the radius constraint value
Created in NX6.0.0.
NXOpen::GeometricUtilities::RebuildRebuildGuide ()
 Returns the rebuild guide
Created in NX6.0.0.
void ReverseBlend ()
 Reverses the blend
Created in NX6.0.0.
void SetBlendExtended (bool isBlendExtended)
 Sets a value indicating whether the blend is extended
Created in NX6.0.0.
void SetCenterCurveDirectionReversed (bool reverseCenterCurveDirection)
 Sets a value indicating whether the center curve direction is reversed
Created in NX6.0.0.
void SetCenterCurveUsedAsSpine (bool useCenterCurveAsSpine)
 Sets a value indicating whether the center curve is used as the spine
Created in NX6.0.0.
void SetLinkHandles (bool linkHandles)
 Sets a value indicating whether to link the handles
Created in NX6.0.0.
void SetNormal1Reversed (bool reverseNormal1)
 Sets a value indicating whether to reverse the normal of the first wall
Created in NX6.0.0.
void SetNormal2Reversed (bool reverseNormal2)
 Sets a value indicating whether to reverse the normal of the second wall
Created in NX6.0.0.
void SetPositionTolerance (double positionTolerance)
 Sets the position tolerance
Created in NX6.0.0.
void SetRadiusConstraintType (NXOpen::Features::StyledBlendBuilder::StyledBlendRadiusConstraintType radiusConstraintType)
 Sets the radius constraint type
Created in NX6.0.0.
void SetShapeControl (NXOpen::Features::StyledBlendBuilder::StyledBlendShapeControlType shapeControl)
 Sets the shape control
Created in NX6.0.0.
void SetSingleTubeUsed (bool singleTube)
 Sets a value indicating whether the single tube is used
Created in NX6.0.0.
void SetTangentTolerance (double tangentTolerance)
 Sets the tangent tolerance
Created in NX6.0.0.
void SetTrimMethod (NXOpen::Features::StyledBlendBuilder::StyledBlendTrimMethodType trimMethod)
 Sets the trim method
Created in NX6.0.0.
void SetType (NXOpen::Features::StyledBlendBuilder::Types type)
 Sets the type
Created in NX6.0.0.
NXOpen::Features::StyledBlendBuilder::StyledBlendShapeControlType ShapeControl ()
 Returns the shape control
Created in NX6.0.0.
NXOpen::GeometricUtilities::LawBuilderSkewLaw ()
 Returns the skew
Created in NX6.0.0.
NXOpen::SectionSpineCurve ()
 Returns the spine curve
Created in NX6.0.0.
NXOpen::SectionTangentCurve1 ()
 Returns the first tangent curve
Created in NX6.0.0.
NXOpen::SectionTangentCurve2 ()
 Returns the second tangent curve
Created in NX6.0.0.
NXOpen::GeometricUtilities::LawBuilderTangentMagnitude1 ()
 Returns the tangent magnitude 1
Created in NX6.0.0.
NXOpen::GeometricUtilities::LawBuilderTangentMagnitude2 ()
 Returns the tangent magnitude 2
Created in NX6.0.0.
double TangentTolerance ()
 Returns the tangent tolerance
Created in NX6.0.0.
NXOpen::Features::StyledBlendBuilder::StyledBlendTrimMethodType TrimMethod ()
 Returns the trim method
Created in NX6.0.0.
NXOpen::GeometricUtilities::LawBuilderTubeRadius1 ()
 Returns the first tube radius
Created in NX6.0.0.
NXOpen::GeometricUtilities::LawBuilderTubeRadius2 ()
 Returns the second tube radius
Created in NX6.0.0.
NXOpen::Features::StyledBlendBuilder::Types Type ()
 Returns the type
Created in NX6.0.0.
void UpdateCenterCurve ()
 Updates the center curve.
void UpdateProfileCurve ()
 Updates the profile curve for Profile type.
void UpdateRadiusLawSpine ()
 Updates the spine in radius laws.
void UpdateResetData ()
 Set necessary builder data.
void UpdateShapeLawSpine (bool isDefaultSpine)
 Updates the spine in shape laws.
void UpdateSpineCurve ()
 Updates the spine curve.
void UpdateTangentCurve1 ()
 Updates the first tangent curve for Curve type.
void UpdateTangentCurve2 ()
 Updates the second tangent curve for Curve Type.
bool UpdateWall1 ()
 Updates the first wall.
bool UpdateWall2 ()
 Updates the second wall.
NXOpen::ScCollectorWall1 ()
 Returns the first wall
Created in NX6.0.0.
NXOpen::GeometricUtilities::ContinuityWall1Continuity ()
 Returns the first wall continuity
Created in NX6.0.0.
NXOpen::GeometricUtilities::FlowDirectionWall1Direction ()
 Returns the first wall flow direction
Created in NX5.0.0.
NXOpen::ScCollectorWall2 ()
 Returns the second wall
Created in NX6.0.0.
NXOpen::GeometricUtilities::ContinuityWall2Continuity ()
 Returns the second wall continuity
Created in NX6.0.0.
NXOpen::GeometricUtilities::FlowDirectionWall2Direction ()
 Returns the second wall flow direction
Created in NX5.0.0.

Detailed Description

Represents a Features::StyledBlend builder
To create a new instance of this class, use Features::FeatureCollection::CreateStyledBlendBuilder
Default values.

Property Value

DepthLaw.Function

ft

DepthLaw.LawType

MultiTransition

DepthLaw.Parameter

t

IsCenterCurveUsedAsSpine

0

IsSingleTubeUsed

1

LinkHandles

0

RadiusConstraintType

None

RadiusConstraintValue.Value

1.0 (millimeters part), 2.54 (inches part)

RebuildGuide.DegreeType

Quintic

ShapeControl

TangentCurve1

SkewLaw.LawType

MultiTransition

TangentMagnitude1.LawType

MultiTransition

TangentMagnitude2.LawType

MultiTransition

TrimMethod

NoTrim

TubeRadius1.LawType

MultiTransition

TubeRadius2.LawType

MultiTransition


Created in NX6.0.0.


Member Enumeration Documentation

The radius constraint type.

Enumerator:
StyledBlendRadiusConstraintTypeNone 

Non-radius constraint.

StyledBlendRadiusConstraintTypePeak 

Peak radius constraint.

StyledBlendRadiusConstraintTypeMinimum 

Minimum radius constraint.

The shape control types.

Enumerator:
StyledBlendShapeControlTypeTangentCurve1 

Tangent curve 1.

StyledBlendShapeControlTypeTangentCurve2 

Tangent curve 2.

StyledBlendShapeControlTypeDepth 

Depth control.

StyledBlendShapeControlTypeSkew 

Skew control.

StyledBlendShapeControlTypeTangentMagnitude 

Tangent magnitude control.

The trim method types.

Enumerator:
StyledBlendTrimMethodTypeNoTrim 

Non-trim.

StyledBlendTrimMethodTypeTrimAndAttach 

Trim and attach.

StyledBlendTrimMethodTypeTrimInputWalls 

Trim input walls.

StyledBlendTrimMethodTypeTrimInputBlends 

Trim input blends.

The styled blend types.

Enumerator:
TypesLaw 

Law type.

TypesCurve 

Curve type.

TypesProfile 

Profile type.


Member Function Documentation

Returns the first adjacent blend
Created in NX6.0.0.



License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")

Returns the trim end of the first adjacent blend
Created in NX6.0.0.



License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")

Returns the trim start of the first adjacent blend
Created in NX6.0.0.



License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")

Returns the second adjacent blend
Created in NX6.0.0.



License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")

Returns the trim end of the second adjacent blend
Created in NX6.0.0.



License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")

Returns the trim start of the second adjacent blend
Created in NX6.0.0.



License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")

Returns the first blend continuity
Created in NX6.0.0.



License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")

Returns the second blend continuity
Created in NX6.0.0.



License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")

Returns the center curve
Created in NX6.0.0.



License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")

Returns the center curve end
Created in NX6.0.0.



License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")

Returns the center curve start
Created in NX6.0.0.



License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")

Returns the depth
Created in NX6.0.0.



License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")

Returns a feature from which parameters will be inherited.

If you do not want to inherit parameters, do not set this
Created in NX6.0.0.

License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")

Returns a value indicating whether the blend is extended
Created in NX6.0.0.



License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")

Returns a value indicating whether the center curve direction is reversed
Created in NX6.0.0.



License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")

Returns a value indicating whether the center curve is used as the spine
Created in NX6.0.0.



License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")

Returns a value indicating whether to reverse the normal of the first wall
Created in NX6.0.0.



License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")

Returns a value indicating whether to reverse the normal of the second wall
Created in NX6.0.0.



License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")

Returns a value indicating whether the single tube is used
Created in NX6.0.0.



License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")

Returns a value indicating whether to link the handles
Created in NX6.0.0.



License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")

Returns the position tolerance
Created in NX6.0.0.



License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")

Internally data processing of inherited parameters from other Styled Blend feature.


Created in NX6.0.0.

License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")

Parameters:
featurefeature

Returns the profile curve
Created in NX6.0.0.



License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")

Returns the radius constraint type
Created in NX6.0.0.



License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")

Returns the radius constraint value
Created in NX6.0.0.



License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")

Returns the rebuild guide
Created in NX6.0.0.



License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")

Reverses the blend
Created in NX6.0.0.



License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")

Sets a value indicating whether the blend is extended
Created in NX6.0.0.



License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")

Parameters:
isBlendExtendedisblendextended

Sets a value indicating whether the center curve direction is reversed
Created in NX6.0.0.



License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")

Parameters:
reverseCenterCurveDirectionreversecentercurvedirection

Sets a value indicating whether the center curve is used as the spine
Created in NX6.0.0.



License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")

Parameters:
useCenterCurveAsSpineusecentercurveasspine

Sets a value indicating whether to link the handles
Created in NX6.0.0.



License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")

Parameters:
linkHandleslinkhandles

Sets a value indicating whether to reverse the normal of the first wall
Created in NX6.0.0.



License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")

Parameters:
reverseNormal1reversenormal1

Sets a value indicating whether to reverse the normal of the second wall
Created in NX6.0.0.



License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")

Parameters:
reverseNormal2reversenormal2

Sets the position tolerance
Created in NX6.0.0.



License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")

Parameters:
positionTolerancepositiontolerance

Sets the radius constraint type
Created in NX6.0.0.



License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")

Parameters:
radiusConstraintTyperadiusconstrainttype

Sets the shape control
Created in NX6.0.0.



License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")

Parameters:
shapeControlshapecontrol

Sets a value indicating whether the single tube is used
Created in NX6.0.0.



License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")

Parameters:
singleTubesingletube

Sets the tangent tolerance
Created in NX6.0.0.



License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")

Parameters:
tangentTolerancetangenttolerance

Sets the trim method
Created in NX6.0.0.



License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")

Parameters:
trimMethodtrimmethod

Sets the type
Created in NX6.0.0.



License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")

Parameters:
typetype

Returns the shape control
Created in NX6.0.0.



License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")

Returns the skew
Created in NX6.0.0.



License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")

Returns the spine curve
Created in NX6.0.0.



License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")

Returns the first tangent curve
Created in NX6.0.0.



License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")

Returns the second tangent curve
Created in NX6.0.0.



License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")

Returns the tangent magnitude 1
Created in NX6.0.0.



License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")

Returns the tangent magnitude 2
Created in NX6.0.0.



License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")

Returns the tangent tolerance
Created in NX6.0.0.



License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")

Returns the trim method
Created in NX6.0.0.



License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")

Returns the first tube radius
Created in NX6.0.0.



License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")

Returns the second tube radius
Created in NX6.0.0.



License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")

Returns the type
Created in NX6.0.0.



License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")

Updates the center curve.

This API is used for recording spine creation for the radius and shape laws
Created in NX6.0.0.

License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")

Updates the profile curve for Profile type.

This API is used for recording spine creation for the shape law
Created in NX6.0.0.

License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")

Updates the spine in radius laws.

You should call this function whenever input walls or center curve have been changed
Created in NX6.0.0.

License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")

Set necessary builder data.

This API is used for recording reset all action
Created in NX6.0.0.

License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")

Updates the spine in shape laws.

You should call this function whenever input walls, center curve, spine, tangent curves or profile curve have been changed
Created in NX6.0.0.

License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")

Parameters:
isDefaultSpineisdefaultspine

Updates the spine curve.

This API is used for recording spine creation for the radius and shape laws
Created in NX6.0.0.

License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")

Updates the first tangent curve for Curve type.

This API is used for recording spine creation for the radius and shape laws
Created in NX6.0.0.

License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")

Updates the second tangent curve for Curve Type.

This API is used for recording spine creation for the radius and shape laws
Created in NX6.0.0.

License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")

Updates the first wall.

This API is used for recording spine creation for the radius and shape laws

Returns:

Created in NX6.0.0.

License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")

Updates the second wall.

This API is used for recording spine creation for the radius and shape laws

Returns:

Created in NX6.0.0.

License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")

Returns the first wall
Created in NX6.0.0.



License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")

Returns the first wall continuity
Created in NX6.0.0.



License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")

Returns the first wall flow direction
Created in NX5.0.0.



License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")

Returns the second wall
Created in NX6.0.0.



License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")

Returns the second wall continuity
Created in NX6.0.0.



License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")

Returns the second wall flow direction
Created in NX5.0.0.



License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")


The documentation for this class was generated from the following file:
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.