Class ShipCutoutBuilder
Inheritance
ShipCutoutBuilder
Assembly: NXOpen.dll
Syntax
public class ShipCutoutBuilder : FeatureBuilder, IMessageSink, IComponentBuilder
Constructors
ShipCutoutBuilder()
Declaration
protected ShipCutoutBuilder()
Properties
AngularDim
Declaration
public Expression AngularDim { get; }
Property Value
CoordSystem
Declaration
public CoordinateSystem CoordSystem { get; set; }
Property Value
KeepCoordSystem
Declaration
public bool KeepCoordSystem { get; set; }
Property Value
KeepReverseDirection1
Declaration
public bool KeepReverseDirection1 { get; set; }
Property Value
KeepReverseDirection2
Declaration
public bool KeepReverseDirection2 { get; set; }
Property Value
KeepSelectCSYSFace
Declaration
public bool KeepSelectCSYSFace { get; set; }
Property Value
KeepSelectLine1
Declaration
public bool KeepSelectLine1 { get; set; }
Property Value
KeepSelectLine2
Declaration
public bool KeepSelectLine2 { get; set; }
Property Value
KeepSelectTargetFace
Declaration
public bool KeepSelectTargetFace { get; set; }
Property Value
LinearOffset1
Declaration
public Expression LinearOffset1 { get; }
Property Value
LinearOffset2
Declaration
public Expression LinearOffset2 { get; }
Property Value
PlacementType
Declaration
public ShipCutoutBuilder.CreationMethod PlacementType { get; set; }
Property Value
ReverseDirection1
Declaration
public bool ReverseDirection1 { get; set; }
Property Value
ReverseDirection2
Declaration
public bool ReverseDirection2 { get; set; }
Property Value
SelectCSYSFace
Declaration
public SelectFace SelectCSYSFace { get; }
Property Value
SelectLine1
Declaration
public SelectNXObject SelectLine1 { get; }
Property Value
SelectLine2
Declaration
public SelectNXObject SelectLine2 { get; }
Property Value
SelectTargetFace
Declaration
public SelectNXObject SelectTargetFace { get; }
Property Value
SketchBlock
Declaration
public SketchExpressionModifierBuilder SketchBlock { get; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink