Class WeldCutBuilder
Inheritance
WeldCutBuilder
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
KeepCoordSystem
Declaration
public bool KeepCoordSystem { get; set; }
Property Value
KeepSelectCSYSFace
Declaration
public bool KeepSelectCSYSFace { get; set; }
Property Value
KeepSelectGuideCurve
Declaration
public bool KeepSelectGuideCurve { get; set; }
Property Value
KeepSelectTargetFace
Declaration
public bool KeepSelectTargetFace { get; set; }
Property Value
PlacementType
Declaration
public WeldCutBuilder.CreationMethod PlacementType { get; set; }
Property Value
SelectCSYSFace
Declaration
public SelectFace SelectCSYSFace { get; }
Property Value
SelectGuideCurve
Declaration
public SelectTaggedObject SelectGuideCurve { get; }
Property Value
SelectTargetFace
Declaration
public SelectFace SelectTargetFace { get; }
Property Value
SketchBlock
Declaration
public SketchExpressionModifierBuilder SketchBlock { get; }
Property Value
WeldLocation
Declaration
public Point WeldLocation { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink