Class SewBuilder
Inheritance
System.Object
System.MarshalByRefObject
SewBuilder
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.Features
Assembly: NXOpen.dll
Syntax
public class SewBuilder : FeatureBuilder, IMessageSink, IComponentBuilder
Constructors
SewBuilder()
Declaration
protected SewBuilder()
Properties
BodyPreference
Declaration
public SewBuilder.BodyPreferenceTypes BodyPreference { get; set; }
Property Value
Type | Description |
---|---|
SewBuilder.BodyPreferenceTypes |
IsCommonFacesSearched
Declaration
public bool IsCommonFacesSearched { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
OutputMultipleSheets
Declaration
public bool OutputMultipleSheets { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
SewAllInstances
Declaration
[Obsolete("Deprecated in NX9.0.0. This is for pre NX8 usage; new features cannot be created by using this option in NX8 or later, it is safe to remove this call for post-NX8. ")]
public bool SewAllInstances { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
TargetBodies
Declaration
public SelectDisplayableObjectList TargetBodies { get; }
Property Value
Type | Description |
---|---|
SelectDisplayableObjectList |
TargetFaces
Declaration
public SelectFaceList TargetFaces { get; }
Property Value
Type | Description |
---|---|
SelectFaceList |
Tolerance
Declaration
public double Tolerance { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ToolBodies
Declaration
public SelectDisplayableObjectList ToolBodies { get; }
Property Value
Type | Description |
---|---|
SelectDisplayableObjectList |
ToolFaces
Declaration
public SelectFaceList ToolFaces { get; }
Property Value
Type | Description |
---|---|
SelectFaceList |
Type
Declaration
public SewBuilder.Types Type { get; set; }
Property Value
Type | Description |
---|---|
SewBuilder.Types |
Methods
GetUnsewnBodies()
Declaration
public NXObject[] GetUnsewnBodies()
Returns
Type | Description |
---|---|
NXObject[] |
Implements
System.Runtime.Remoting.Messaging.IMessageSink