Class RadialStyleBuilder
Inheritance
System.Object
System.MarshalByRefObject
RadialStyleBuilder
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 RadialStyleBuilder : TaggedObject, IMessageSink, IComponentBuilder
Constructors
RadialStyleBuilder()
Declaration
protected RadialStyleBuilder()
Properties
DiameterRadiusPlacement
Declaration
public DiameterRadiusSymbolPlacement DiameterRadiusPlacement { get; set; }
Property Value
Type | Description |
---|---|
DiameterRadiusSymbolPlacement |
DiameterSymbol
Declaration
public string DiameterSymbol { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DiameterSymbolType
Declaration
public DiameterSymbol DiameterSymbolType { get; set; }
Property Value
Type | Description |
---|---|
DiameterSymbol |
FoldedRadiusAngle
Declaration
public double FoldedRadiusAngle { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
RadiusSymbol
Declaration
public string RadiusSymbol { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RadiusSymbolType
Declaration
public RadiusSymbol RadiusSymbolType { get; set; }
Property Value
Type | Description |
---|---|
RadiusSymbol |
SymbolToDimensionTextDistance
Declaration
public double SymbolToDimensionTextDistance { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
TextAboveLeader
Declaration
[Obsolete("Deprecated in NX9.0.0. Use NXOpen.Annotations.DimensionStyleBuilder.TextPosition instead.")]
public DiameterRadiusLeaderStub TextAboveLeader { get; set; }
Property Value
Type | Description |
---|---|
DiameterRadiusLeaderStub |
Methods
Validate()
Declaration
public bool Validate()
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.Runtime.Remoting.Messaging.IMessageSink