NX Open C++ Reference Guide
|
Represents a CAE::EdgeSticherBuilder
To create a new instance of this class, use CAE::FemPart::CreateEdgeSticherBuilder
Default values.
More...
Public Types | |
enum | StitchMethods { StitchMethodsAutomatic, StitchMethodsManual } |
Stitch method : NX7.5 onwards. More... | |
enum | StitchOptions { StitchOptionsEdgeToEdges, StitchOptionsEdgeToFaces, StitchOptionsBoth } |
Stitch option for stitch : NX7.5 onwards. More... | |
enum | Types { TypesAutomaticFreeEdgeToAllEdges, TypesManualEdgeToEdge, TypesManualEdgeToFace } |
Type of edge stitch : For Pre-NX7.5. More... | |
Public Member Functions | |
NXOpen::CAE::SelectCAEBodyList * | BodySelection () |
Returns the body selection for Auto-Stitch Edge Created in NX7.0.0. | |
NXOpen::CAE::SelectCAEEdgeList * | ExclusionEdgeSelection () |
Returns the edges to be excluded from auto-stitch operation Created in NX7.0.0. | |
NXOpen::Expression * | SearchDistance () |
Returns the search distance value to check overlap Created in NX6.0.0. | |
void | SetStitchMethod (NXOpen::CAE::EdgeSticherBuilder::StitchMethods type) |
Sets the stitch method Created in NX7.5.0. | |
void | SetStitchOption (NXOpen::CAE::EdgeSticherBuilder::StitchOptions stitchOption) |
Sets the operand type for auto-stitch edge Created in NX7.5.0. | |
void | SetType (NXOpen::CAE::EdgeSticherBuilder::Types type) |
Sets the type : (Obsolete from NX07.5 onwards) Created in NX6.0.0. | |
NXOpen::Expression * | SnapEnds () |
Returns the snap ends value to snap to vertex at the end of edge Created in NX6.0.0. | |
NXOpen::CAE::SelectCAEEdgeList * | SourceEdgeSelection () |
Returns the source edge selection for Stitch Edge Created in NX6.0.0. | |
NXOpen::CAE::EdgeSticherBuilder::StitchMethods | StitchMethod () |
Returns the stitch method Created in NX7.5.0. | |
NXOpen::CAE::EdgeSticherBuilder::StitchOptions | StitchOption () |
Returns the operand type for auto-stitch edge Created in NX7.5.0. | |
NXOpen::CAE::SelectCAEEdgeList * | TargetEdgeSelection () |
Returns the target edge selection for stitch edge when type is CAE::EdgeSticherBuilder::TypesManualEdgeToEdge Created in NX6.0.0. | |
NXOpen::CAE::SelectCAEFaceList * | TargetFaceSelection () |
Returns the target face selection for stitch edge when type is CAE::EdgeSticherBuilder::TypesManualEdgeToFace Created in NX6.0.0. | |
NXOpen::CAE::EdgeSticherBuilder::Types | Type () |
Returns the type : (Obsolete from NX07.5 onwards) Created in NX6.0.0. |
Represents a CAE::EdgeSticherBuilder
To create a new instance of this class, use CAE::FemPart::CreateEdgeSticherBuilder
Default values.
Property | Value |
---|---|
SearchDistance.Value |
0.1 (millimeters part), 0.004 (inches part) |
SnapEnds.Value |
0.1 (millimeters part), 0.004 (inches part) |
Created in NX6.0.0.
Returns the body selection for Auto-Stitch Edge
Created in NX7.0.0.
License requirements : None
Returns the edges to be excluded from auto-stitch operation
Created in NX7.0.0.
License requirements : None
Returns the search distance value to check overlap
Created in NX6.0.0.
License requirements : None
void NXOpen::CAE::EdgeSticherBuilder::SetStitchMethod | ( | NXOpen::CAE::EdgeSticherBuilder::StitchMethods | type | ) |
Sets the stitch method
Created in NX7.5.0.
License requirements : nx_masterfem ("Finite Element Modeling")
type | type |
void NXOpen::CAE::EdgeSticherBuilder::SetStitchOption | ( | NXOpen::CAE::EdgeSticherBuilder::StitchOptions | stitchOption | ) |
Sets the operand type for auto-stitch edge
Created in NX7.5.0.
License requirements : nx_masterfem ("Finite Element Modeling")
stitchOption | stitch option |
Sets the type : (Obsolete from NX07.5 onwards)
Created in NX6.0.0.
License requirements : nx_masterfem ("Finite Element Modeling")
type | type |
Returns the snap ends value to snap to vertex at the end of edge
Created in NX6.0.0.
License requirements : None
Returns the source edge selection for Stitch Edge
Created in NX6.0.0.
License requirements : None
Returns the stitch method
Created in NX7.5.0.
License requirements : None
Returns the operand type for auto-stitch edge
Created in NX7.5.0.
License requirements : None
Returns the target edge selection for stitch edge when type is CAE::EdgeSticherBuilder::TypesManualEdgeToEdge
Created in NX6.0.0.
License requirements : None
Returns the target face selection for stitch edge when type is CAE::EdgeSticherBuilder::TypesManualEdgeToFace
Created in NX6.0.0.
License requirements : None
Returns the type : (Obsolete from NX07.5 onwards)
Created in NX6.0.0.
License requirements : None