Class WeldCutBuilder
Inheritance
System.Object
System.MarshalByRefObject
WeldCutBuilder
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.ShipDesign
Assembly: NXOpen.dll
Syntax
public class WeldCutBuilder : FeatureBuilder, IMessageSink, IComponentBuilder
Constructors
WeldCutBuilder()
Declaration
protected WeldCutBuilder()
Properties
CoordSystem
Declaration
public CoordinateSystem CoordSystem { get; set; }
Property Value
Type | Description |
---|---|
CoordinateSystem |
KeepCoordSystem
Declaration
public bool KeepCoordSystem { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
KeepSelectCSYSFace
Declaration
public bool KeepSelectCSYSFace { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
KeepSelectGuideCurve
Declaration
public bool KeepSelectGuideCurve { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
KeepSelectTargetFace
Declaration
public bool KeepSelectTargetFace { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
PlacementType
Declaration
public WeldCutBuilder.CreationMethod PlacementType { get; set; }
Property Value
Type | Description |
---|---|
WeldCutBuilder.CreationMethod |
SelectCSYSFace
Declaration
public SelectFace SelectCSYSFace { get; }
Property Value
Type | Description |
---|---|
SelectFace |
SelectGuideCurve
Declaration
public SelectTaggedObject SelectGuideCurve { get; }
Property Value
Type | Description |
---|---|
SelectTaggedObject |
SelectTargetFace
Declaration
public SelectFace SelectTargetFace { get; }
Property Value
Type | Description |
---|---|
SelectFace |
SketchBlock
Declaration
public SketchExpressionModifierBuilder SketchBlock { get; }
Property Value
Type | Description |
---|---|
SketchExpressionModifierBuilder |
WeldLocation
Declaration
public Point WeldLocation { get; set; }
Property Value
Type | Description |
---|---|
Point |
Implements
System.Runtime.Remoting.Messaging.IMessageSink