Class BaseAngularDimensionBuilder
Inheritance
System.Object
System.MarshalByRefObject
BaseAngularDimensionBuilder
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 BaseAngularDimensionBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
BaseAngularDimensionBuilder()
Declaration
protected BaseAngularDimensionBuilder()
Properties
AppendedText
Declaration
public AppendedTextBuilder AppendedText { get; }
Property Value
FirstAssociativity
Declaration
public SelectDisplayableObject FirstAssociativity { get; }
Property Value
FirstVector
Declaration
public Direction FirstVector { get; set; }
Property Value
FirstVectorView
Declaration
public View FirstVectorView { get; set; }
Property Value
Inherit
Declaration
public SelectDimension Inherit { get; }
Property Value
MeasurementType
Declaration
public Dimension.MeasurementTypes MeasurementType { get; set; }
Property Value
Origin
Declaration
public OriginBuilder Origin { get; }
Property Value
SecondAssociativity
Declaration
public SelectDisplayableObject SecondAssociativity { get; }
Property Value
SecondVector
Declaration
public Direction SecondVector { get; set; }
Property Value
SecondVectorView
Declaration
public View SecondVectorView { get; set; }
Property Value
Style
Declaration
public StyleBuilder Style { get; }
Property Value
Methods
AlternateAngle()
Declaration
public void AlternateAngle()
GetFirstAssociativityVectorFlipped()
Declaration
public bool GetFirstAssociativityVectorFlipped()
Returns
Type |
Description |
System.Boolean |
|
GetSecondAssociativityVectorFlipped()
Declaration
public bool GetSecondAssociativityVectorFlipped()
Returns
Type |
Description |
System.Boolean |
|
SetFirstAssociativityVectorFlipped(Boolean)
Declaration
public void SetFirstAssociativityVectorFlipped(bool firstVectorFlipped)
Parameters
Type |
Name |
Description |
System.Boolean |
firstVectorFlipped |
|
SetSecondAssociativityVectorFlipped(Boolean)
Declaration
public void SetSecondAssociativityVectorFlipped(bool secondVectorFlipped)
Parameters
Type |
Name |
Description |
System.Boolean |
secondVectorFlipped |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink