Class CenterMarkSettingsBuilder
Inheritance
CenterMarkSettingsBuilder
Assembly: NXOpen.dll
Syntax
public class CenterMarkSettingsBuilder : CenterlineSettingsBuilder, IMessageSink, IComponentBuilder
Constructors
CenterMarkSettingsBuilder()
Declaration
protected CenterMarkSettingsBuilder()
Properties
Angle
Declaration
[Obsolete("Deprecated in NX11.0.0. Use NXOpen.Annotations.CenterMarkBuilder.Settings.AssociativeAngle instead.")]
public double Angle { get; set; }
Property Value
AssociativeAngle
Declaration
public AssociativeAngleBuilder AssociativeAngle { get; }
Property Value
Extension
Declaration
public double Extension { get; set; }
Property Value
IndividualDistance
Declaration
public bool IndividualDistance { get; set; }
Property Value
InheritAngle
Declaration
public bool InheritAngle { get; set; }
Property Value
ShowCenterPoint
Declaration
public bool ShowCenterPoint { get; set; }
Property Value
Size
Declaration
public double Size { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink