Class SketchInPlaceBuilder
Inheritance
SketchInPlaceBuilder
Assembly: NXOpen.dll
Syntax
public class SketchInPlaceBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
SketchInPlaceBuilder()
Declaration
protected SketchInPlaceBuilder()
Properties
Axis
Declaration
[Obsolete("Deprecated in NX11.0.0. Use NXOpen.SketchInPlaceBuilder.AxisReference instead.")]
public SelectIReferenceAxis Axis { get; }
Property Value
AxisOrientation
Declaration
public AxisOrientation AxisOrientation { get; set; }
Property Value
AxisOrientationInfer
Declaration
public AxisOrientation AxisOrientationInfer { get; set; }
Property Value
AxisReference
Declaration
public Direction AxisReference { get; set; }
Property Value
Declaration
[Obsolete("Deprecated in NX11.0.0. None")]
public bool CreateIntermediateDatumCsys { get; set; }
Property Value
Csystem
Declaration
public CartesianCoordinateSystem Csystem { get; set; }
Property Value
MakeOriginAssociative
Declaration
[Obsolete("Deprecated in NX11.0.0. None")]
public bool MakeOriginAssociative { get; set; }
Property Value
OriginOption
Declaration
public OriginMethod OriginOption { get; set; }
Property Value
OriginOptionInfer
Declaration
public OriginMethod OriginOptionInfer { get; set; }
Property Value
Plane
Declaration
[Obsolete("Deprecated in NX11.0.0. Use NXOpen.SketchInPlaceBuilder.PlaneReference instead.")]
public Plane Plane { get; }
Property Value
PlaneOption
Declaration
public Sketch.PlaneOption PlaneOption { get; set; }
Property Value
PlaneOrFace
Declaration
[Obsolete("Deprecated in NX11.0.0. Use NXOpen.SketchInPlaceBuilder.PlaneReference instead.")]
public SelectISurface PlaneOrFace { get; }
Property Value
PlaneReference
Declaration
public Plane PlaneReference { get; set; }
Property Value
ProjectWorkPartOrigin
Declaration
[Obsolete("Deprecated in NX11.0.0. Use NXOpen.SketchInPlaceBuilder.OriginOption instead.")]
public bool ProjectWorkPartOrigin { get; set; }
Property Value
ReverseAxis
Declaration
[Obsolete("Deprecated in NX11.0.0. None")]
public bool ReverseAxis { get; set; }
Property Value
ReversePlaneNormal
Declaration
[Obsolete("Deprecated in NX11.0.0. None")]
public bool ReversePlaneNormal { get; set; }
Property Value
SketchOrigin
Declaration
public Point SketchOrigin { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink