NX Open C++ Reference Guide
Public Types | Public Member Functions | List of all members
NXOpen::CAE::EdgeSticherBuilder Class Reference

Represents a NXOpen::CAE::EdgeSticherBuilder
To create a new instance of this class, use NXOpen::CAE::FemPart::CreateEdgeSticherBuilder
Default values. More...

Inheritance diagram for NXOpen::CAE::EdgeSticherBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

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::SelectCAEBodyListBodySelection ()
 Returns the body selection for Auto-Stitch Edge
Created in NX7.0.0. More...
 
NXOpen::CAE::SelectCAEEdgeListExclusionEdgeSelection ()
 Returns the edges to be excluded from auto-stitch operation
Created in NX7.0.0. More...
 
NXOpen::ExpressionSearchDistance ()
 Returns the search distance value to check overlap
Created in NX6.0.0. More...
 
void SetStitchMethod (NXOpen::CAE::EdgeSticherBuilder::StitchMethods type)
 Sets the stitch method
Created in NX7.5.0. More...
 
void SetStitchOption (NXOpen::CAE::EdgeSticherBuilder::StitchOptions stitchOption)
 Sets the operand type for auto-stitch edge
Created in NX7.5.0. More...
 
void SetType (NXOpen::CAE::EdgeSticherBuilder::Types type)
 Sets the type : (Obsolete from NX07.5 onwards)
Created in NX6.0.0. More...
 
NXOpen::ExpressionSnapEnds ()
 Returns the snap ends value to snap to vertex at the end of edge
Created in NX6.0.0. More...
 
NXOpen::CAE::SelectCAEEdgeListSourceEdgeSelection ()
 Returns the source edge selection for Stitch Edge
Created in NX6.0.0. More...
 
NXOpen::CAE::EdgeSticherBuilder::StitchMethods StitchMethod ()
 Returns the stitch method
Created in NX7.5.0. More...
 
NXOpen::CAE::EdgeSticherBuilder::StitchOptions StitchOption ()
 Returns the operand type for auto-stitch edge
Created in NX7.5.0. More...
 
NXOpen::CAE::SelectCAEEdgeListTargetEdgeSelection ()
 Returns the target edge selection for stitch edge when type is NXOpen::CAE::EdgeSticherBuilder::TypesManualEdgeToEdge
Created in NX6.0.0. More...
 
NXOpen::CAE::SelectCAEFaceListTargetFaceSelection ()
 Returns the target face selection for stitch edge when type is NXOpen::CAE::EdgeSticherBuilder::TypesManualEdgeToFace
Created in NX6.0.0. More...
 
NXOpen::CAE::EdgeSticherBuilder::Types Type ()
 Returns the type : (Obsolete from NX07.5 onwards)
Created in NX6.0.0. More...
 
- Public Member Functions inherited from NXOpen::Builder
NXOpen::NXObjectCommit ()
 Commits any edits that have been applied to the builder. More...
 
void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
std::vector< NXOpen::NXObject * > GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
NXOpen::NXObjectGetObject ()
 Returns the object currently being edited by this builder. More...
 
void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents a NXOpen::CAE::EdgeSticherBuilder
To create a new instance of this class, use NXOpen::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.

Member Enumeration Documentation

Stitch method : NX7.5 onwards.

Enumerator
StitchMethodsAutomatic 

automatic

StitchMethodsManual 

manual

Stitch option for stitch : NX7.5 onwards.

Enumerator
StitchOptionsEdgeToEdges 

edge to edges

StitchOptionsEdgeToFaces 

edge to faces

StitchOptionsBoth 

both

Type of edge stitch : For Pre-NX7.5.

Enumerator
TypesAutomaticFreeEdgeToAllEdges 

automatic free edge to all edges

TypesManualEdgeToEdge 

manual edge to edge

TypesManualEdgeToFace 

manual edge to face

Member Function Documentation

NXOpen::CAE::SelectCAEBodyList* NXOpen::CAE::EdgeSticherBuilder::BodySelection ( )

Returns the body selection for Auto-Stitch Edge
Created in NX7.0.0.



License requirements : None

NXOpen::CAE::SelectCAEEdgeList* NXOpen::CAE::EdgeSticherBuilder::ExclusionEdgeSelection ( )

Returns the edges to be excluded from auto-stitch operation
Created in NX7.0.0.



License requirements : None

NXOpen::Expression* NXOpen::CAE::EdgeSticherBuilder::SearchDistance ( )

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")

Parameters
typetype
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")

Parameters
stitchOptionstitch option
void NXOpen::CAE::EdgeSticherBuilder::SetType ( NXOpen::CAE::EdgeSticherBuilder::Types  type)

Sets the type : (Obsolete from NX07.5 onwards)
Created in NX6.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
typetype
NXOpen::Expression* NXOpen::CAE::EdgeSticherBuilder::SnapEnds ( )

Returns the snap ends value to snap to vertex at the end of edge
Created in NX6.0.0.



License requirements : None

NXOpen::CAE::SelectCAEEdgeList* NXOpen::CAE::EdgeSticherBuilder::SourceEdgeSelection ( )

Returns the source edge selection for Stitch Edge
Created in NX6.0.0.



License requirements : None

NXOpen::CAE::EdgeSticherBuilder::StitchMethods NXOpen::CAE::EdgeSticherBuilder::StitchMethod ( )

Returns the stitch method
Created in NX7.5.0.



License requirements : None

NXOpen::CAE::EdgeSticherBuilder::StitchOptions NXOpen::CAE::EdgeSticherBuilder::StitchOption ( )

Returns the operand type for auto-stitch edge
Created in NX7.5.0.



License requirements : None

NXOpen::CAE::SelectCAEEdgeList* NXOpen::CAE::EdgeSticherBuilder::TargetEdgeSelection ( )

Returns the target edge selection for stitch edge when type is NXOpen::CAE::EdgeSticherBuilder::TypesManualEdgeToEdge
Created in NX6.0.0.



License requirements : None

NXOpen::CAE::SelectCAEFaceList* NXOpen::CAE::EdgeSticherBuilder::TargetFaceSelection ( )

Returns the target face selection for stitch edge when type is NXOpen::CAE::EdgeSticherBuilder::TypesManualEdgeToFace
Created in NX6.0.0.



License requirements : None

NXOpen::CAE::EdgeSticherBuilder::Types NXOpen::CAE::EdgeSticherBuilder::Type ( )

Returns the type : (Obsolete from NX07.5 onwards)
Created in NX6.0.0.



License requirements : None


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