Search Results for

    Show / Hide Table of Contents

    Class CuttingPlaneSymbolBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    CuttingPlaneSymbolBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    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

    MarginPercentage

    Declaration
    public double MarginPercentage { get; set; }
    Property Value
    Type Description
    System.Double

    ShadedPlane

    Declaration
    public bool ShadedPlane { get; set; }
    Property Value
    Type Description
    System.Boolean

    SizeBasedOnSectionCut

    Declaration
    public bool SizeBasedOnSectionCut { 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()

    AlternateArrowRotation()

    Declaration
    public void AlternateArrowRotation()

    Validate()

    Declaration
    public bool Validate()
    Returns
    Type Description
    System.Boolean

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In This Article
    Back to top Generated by DocFX