Class BaseLinearDimensionBuilder
Inheritance
System.Object
System.MarshalByRefObject
BaseLinearDimensionBuilder
Implements
System.Runtime.Remoting.Messaging.IMessageSink
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)
Assembly: NXOpen.dll
Syntax
public class BaseLinearDimensionBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
BaseLinearDimensionBuilder()
Declaration
protected BaseLinearDimensionBuilder()
Properties
AppendedText
Declaration
public AppendedTextBuilder AppendedText { get; }
Property Value
DimensionSet
Declaration
public DimensionSetBuilder DimensionSet { get; }
Property Value
FirstAssociativity
Declaration
public SelectNXObject FirstAssociativity { get; }
Property Value
Inherit
Declaration
public SelectDisplayableObject Inherit { get; }
Property Value
IsAutoplaced
Declaration
public bool IsAutoplaced { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Measurement
Declaration
public DimensionMeasurementBuilder Measurement { get; }
Property Value
MeasurementType
Declaration
public Dimension.MeasurementTypes MeasurementType { get; set; }
Property Value
Origin
Declaration
public OriginBuilder Origin { get; }
Property Value
SecondAssociativity
Declaration
public SelectNXObject SecondAssociativity { get; }
Property Value
Style
Declaration
public StyleBuilder Style { get; }
Property Value
UseBaseline
Declaration
public bool UseBaseline { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
GetNthSecondaryArrowheadOrientation(Int32)
Declaration
public TextPlacement GetNthSecondaryArrowheadOrientation(int nth)
Parameters
Type |
Name |
Description |
System.Int32 |
nth |
|
Returns
GetNthSecondaryOrigin(Int32)
Declaration
public Point3d GetNthSecondaryOrigin(int nth)
Parameters
Type |
Name |
Description |
System.Int32 |
nth |
|
Returns
GetSecondaryCallouts()
Declaration
public Dimension[] GetSecondaryCallouts()
Returns
SetNthSecondaryArrowheadOrientation(Int32, TextPlacement)
Declaration
public void SetNthSecondaryArrowheadOrientation(int nth, TextPlacement secondaryArrowheadOrientation)
Parameters
Type |
Name |
Description |
System.Int32 |
nth |
|
TextPlacement |
secondaryArrowheadOrientation |
|
SetNthSecondaryOrigin(Int32, Point3d)
Declaration
public void SetNthSecondaryOrigin(int nth, Point3d secondaryOrigin)
Parameters
Type |
Name |
Description |
System.Int32 |
nth |
|
Point3d |
secondaryOrigin |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink