NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Types | Properties | List of all members
NXOpen.CAE.EdgeSticherBuilder Class Reference

Represents a NXOpen.CAE.EdgeSticherBuilder More...

Inheritance diagram for NXOpen.CAE.EdgeSticherBuilder:
NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  StitchMethods { Automatic, Manual }
 Stitch method : NX7. More...
 
enum  StitchOptions { EdgeToEdges, EdgeToFaces, Both }
 Stitch option for stitch : NX7. More...
 
enum  Types { AutomaticFreeEdgeToAllEdges, ManualEdgeToEdge, ManualEdgeToFace }
 Type of edge stitch : For Pre-NX7. More...
 

Properties

unsafe NXOpen.CAE.SelectCAEBodyList BodySelection [get]
 Returns the body selection for Auto-Stitch Edge More...
 
unsafe NXOpen.CAE.SelectCAEEdgeList ExclusionEdgeSelection [get]
 Returns the edges to be excluded from auto-stitch operation More...
 
unsafe NXOpen.Expression SearchDistance [get]
 Returns the search distance value to check overlap More...
 
unsafe NXOpen.Expression SnapEnds [get]
 Returns the snap ends value to snap to vertex at the end of edge More...
 
unsafe NXOpen.CAE.SelectCAEEdgeList SourceEdgeSelection [get]
 Returns the source edge selection for Stitch Edge More...
 
unsafe
NXOpen.CAE.EdgeSticherBuilder.StitchMethods 
StitchMethod [get, set]
 Returns or sets the stitch method More...
 
unsafe
NXOpen.CAE.EdgeSticherBuilder.StitchOptions 
StitchOption [get, set]
 Returns or sets the operand type for auto-stitch edge More...
 
unsafe NXOpen.CAE.SelectCAEEdgeList TargetEdgeSelection [get]
 Returns the target edge selection for stitch edge when type is NXOpen.CAE.EdgeSticherBuilder.Types.ManualEdgeToEdge More...
 
unsafe NXOpen.CAE.SelectCAEFaceList TargetFaceSelection [get]
 Returns the target face selection for stitch edge when type is NXOpen.CAE.EdgeSticherBuilder.Types.ManualEdgeToFace More...
 
unsafe
NXOpen.CAE.EdgeSticherBuilder.Types 
Type [get, set]
 Returns or sets the type : (Obsolete from NX07. More...
 
- Properties inherited from NXOpen.Builder
unsafe NXOpen.PreviewBuilder PreviewBuilder [get]
 Returns the preview builder subobject. More...
 
- Properties inherited from NXOpen.TaggedObject
Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Public Member Functions inherited from NXOpen.Builder
unsafe NXOpen.NXObject Commit ()
 Commits any edits that have been applied to the builder. More...
 
unsafe void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
unsafe NXOpen.NXObject[] GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
unsafe NXOpen.NXObject GetObject ()
 Returns the object currently being edited by this builder. More...
 
unsafe void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
unsafe bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> 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
Automatic 
Manual 

Stitch option for stitch : NX7.

5 onwards

Enumerator
EdgeToEdges 
EdgeToFaces 
Both 

Type of edge stitch : For Pre-NX7.

5

Enumerator
AutomaticFreeEdgeToAllEdges 
ManualEdgeToEdge 
ManualEdgeToFace 

Property Documentation

unsafe NXOpen.CAE.SelectCAEBodyList NXOpen.CAE.EdgeSticherBuilder.BodySelection
get

Returns the body selection for Auto-Stitch Edge

Created in NX7.0.0

License requirements: None.

unsafe NXOpen.CAE.SelectCAEEdgeList NXOpen.CAE.EdgeSticherBuilder.ExclusionEdgeSelection
get

Returns the edges to be excluded from auto-stitch operation

Created in NX7.0.0

License requirements: None.

unsafe NXOpen.Expression NXOpen.CAE.EdgeSticherBuilder.SearchDistance
get

Returns the search distance value to check overlap

Created in NX6.0.0

License requirements: None.

unsafe NXOpen.Expression NXOpen.CAE.EdgeSticherBuilder.SnapEnds
get

Returns the snap ends value to snap to vertex at the end of edge

Created in NX6.0.0

License requirements: None.

unsafe NXOpen.CAE.SelectCAEEdgeList NXOpen.CAE.EdgeSticherBuilder.SourceEdgeSelection
get

Returns the source edge selection for Stitch Edge

Created in NX6.0.0

License requirements: None.

unsafe NXOpen.CAE.EdgeSticherBuilder.StitchMethods NXOpen.CAE.EdgeSticherBuilder.StitchMethod
getset

Returns or sets the stitch method

Created in NX7.5.0

License requirements to get this property: None.

License requirements to set this property: nx_masterfem ("Finite Element Modeling")

unsafe NXOpen.CAE.EdgeSticherBuilder.StitchOptions NXOpen.CAE.EdgeSticherBuilder.StitchOption
getset

Returns or sets the operand type for auto-stitch edge

Created in NX7.5.0

License requirements to get this property: None.

License requirements to set this property: nx_masterfem ("Finite Element Modeling")

unsafe NXOpen.CAE.SelectCAEEdgeList NXOpen.CAE.EdgeSticherBuilder.TargetEdgeSelection
get

Returns the target edge selection for stitch edge when type is NXOpen.CAE.EdgeSticherBuilder.Types.ManualEdgeToEdge

Created in NX6.0.0

License requirements: None.

unsafe NXOpen.CAE.SelectCAEFaceList NXOpen.CAE.EdgeSticherBuilder.TargetFaceSelection
get

Returns the target face selection for stitch edge when type is NXOpen.CAE.EdgeSticherBuilder.Types.ManualEdgeToFace

Created in NX6.0.0

License requirements: None.

unsafe NXOpen.CAE.EdgeSticherBuilder.Types NXOpen.CAE.EdgeSticherBuilder.Type
getset

Returns or sets the type : (Obsolete from NX07.

5 onwards)

Created in NX6.0.0

License requirements to get this property: None.

License requirements to set this property: nx_masterfem ("Finite Element Modeling")


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