Class CuttingPlaneSymbolBuilder
Inheritance
System.Object
System.MarshalByRefObject
CuttingPlaneSymbolBuilder
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 CuttingPlaneSymbolBuilder : TaggedObject, IMessageSink, IComponentBuilder
Constructors
CuttingPlaneSymbolBuilder()
Declaration
protected CuttingPlaneSymbolBuilder()
Properties
ArrowDirection
Declaration
public CuttingPlaneSymbolBuilder.ArrowDirectionOption ArrowDirection { get; set; }
Property Value
Type | Description |
---|---|
CuttingPlaneSymbolBuilder.ArrowDirectionOption |
ArrowLength
Declaration
public double ArrowLength { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Color
Declaration
public int Color { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
CuttingPlaneSymbolText
Declaration
public string CuttingPlaneSymbolText { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DisplayCuttingPlaneSymbol
Declaration
public bool DisplayCuttingPlaneSymbol { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Font
Declaration
public LineFontBuilder Font { get; }
Property Value
Type | Description |
---|---|
LineFontBuilder |
ShadedPlane
Declaration
public bool ShadedPlane { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Style
Declaration
public StyleBuilder Style { get; }
Property Value
Type | Description |
---|---|
StyleBuilder |
TextPlaneRelativeToArrow
Declaration
public CuttingPlaneSymbolBuilder.TextPlaneRelativeArrow TextPlaneRelativeToArrow { get; set; }
Property Value
Type | Description |
---|---|
CuttingPlaneSymbolBuilder.TextPlaneRelativeArrow |
UseTwoArrows
Declaration
public bool UseTwoArrows { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ViewNameFormat
Declaration
public CuttingPlaneSymbolBuilder.ViewNameFormatOption ViewNameFormat { get; set; }
Property Value
Type | Description |
---|---|
CuttingPlaneSymbolBuilder.ViewNameFormatOption |
Methods
AlternateArrow()
Declaration
public void AlternateArrow()
Validate()
Declaration
public bool Validate()
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.Runtime.Remoting.Messaging.IMessageSink