Class ExpansionDrawingBuilder
Inheritance
ExpansionDrawingBuilder
Assembly: NXOpen.dll
Syntax
public class ExpansionDrawingBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
ExpansionDrawingBuilder()
Declaration
protected ExpansionDrawingBuilder()
Properties
AftPlane
Declaration
public Plane AftPlane { get; set; }
Property Value
BasePlane
Declaration
public Plane BasePlane { get; set; }
Property Value
BasicDesignMode
Declaration
public bool BasicDesignMode { get; set; }
Property Value
DrawingTemplate
Declaration
public DrawingTemplateBuilder DrawingTemplate { get; }
Property Value
EnglishScale
Declaration
public ExpansionDrawingBuilder.JaExpansiondrawingbuilderEnglishScale EnglishScale { get; set; }
Property Value
ForePlane
Declaration
public Plane ForePlane { get; set; }
Property Value
IsEdit
Declaration
public bool IsEdit { get; set; }
Property Value
MetricScale
Declaration
public ExpansionDrawingBuilder.JaExpansiondrawingbuilderMetricScale MetricScale { get; set; }
Property Value
PlatesToExpand
Declaration
public SelectNXObjectList PlatesToExpand { get; }
Property Value
ScaleDenominator
Declaration
public double ScaleDenominator { get; set; }
Property Value
ScaleNumerator
Declaration
public double ScaleNumerator { get; set; }
Property Value
Tolerance
Declaration
public double Tolerance { get; set; }
Property Value
UpperPlane
Declaration
public Plane UpperPlane { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink