Class RadialDimensionBuilder
Inheritance
RadialDimensionBuilder
Assembly: NXOpen.dll
Syntax
public class RadialDimensionBuilder : BaseRadialDimensionBuilder, IMessageSink, IComponentBuilder
Constructors
RadialDimensionBuilder()
Declaration
protected RadialDimensionBuilder()
Properties
Driving
Declaration
public DrivingValueBuilder Driving { get; }
Property Value
ForeshorteningSymbol
Declaration
public ForeshorteningSymbolBuilder ForeshorteningSymbol { get; }
Property Value
IsAutoplaced
Declaration
public bool IsAutoplaced { get; set; }
Property Value
Methods
GetNthSecondaryArrowheadOrientation(int)
Declaration
public TextPlacement GetNthSecondaryArrowheadOrientation(int nth)
Parameters
Type |
Name |
Description |
int |
nth |
|
Returns
GetNthSecondaryOrigin(int)
Declaration
public Point3d GetNthSecondaryOrigin(int nth)
Parameters
Type |
Name |
Description |
int |
nth |
|
Returns
GetSecondaryCallouts()
Declaration
public Dimension[] GetSecondaryCallouts()
Returns
SetNthSecondaryArrowheadOrientation(int, TextPlacement)
Declaration
public void SetNthSecondaryArrowheadOrientation(int nth, TextPlacement secondaryArrowheadOrientation)
Parameters
SetNthSecondaryOrigin(int, Point3d)
Declaration
public void SetNthSecondaryOrigin(int nth, Point3d secondaryOrigin)
Parameters
Type |
Name |
Description |
int |
nth |
|
Point3d |
secondaryOrigin |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink