Class RadialDimensionBuilder
Inheritance
System.Object
System.MarshalByRefObject
RadialDimensionBuilder
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)
Namespace: NXOpen.Annotations
Assembly: NXOpen.dll
Syntax
public class RadialDimensionBuilder : BaseRadialDimensionBuilder, IMessageSink, IComponentBuilder
Constructors
RadialDimensionBuilder()
Declaration
protected RadialDimensionBuilder()
Properties
Driving
Declaration
public DrivingValueBuilder Driving { get; }
Property Value
Type | Description |
---|---|
DrivingValueBuilder |
ForeshorteningSymbol
Declaration
public ForeshorteningSymbolBuilder ForeshorteningSymbol { get; }
Property Value
Type | Description |
---|---|
ForeshorteningSymbolBuilder |
IsAutoplaced
Declaration
public bool IsAutoplaced { 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
Type | Description |
---|---|
TextPlacement |
GetNthSecondaryOrigin(Int32)
Declaration
public Point3d GetNthSecondaryOrigin(int nth)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | nth |
Returns
Type | Description |
---|---|
Point3d |
GetSecondaryCallouts()
Declaration
public Dimension[] GetSecondaryCallouts()
Returns
Type | Description |
---|---|
Dimension[] |
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