Search Results for

    Show / Hide Table of Contents

    Class DraftAnalysisBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    DraftAnalysisBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    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.GeometricAnalysis
    Assembly: NXOpen.dll
    Syntax
    public class DraftAnalysisBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    DraftAnalysisBuilder()

    Declaration
    protected DraftAnalysisBuilder()

    Properties

    CoupleLimit

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

    CreateCSYS

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

    DrawOption

    Declaration
    public DraftAnalysisBuilder.DrawDirection DrawOption { get; set; }
    Property Value
    Type Description
    DraftAnalysisBuilder.DrawDirection

    DrawOrientation

    Declaration
    public Matrix3x3 DrawOrientation { get; set; }
    Property Value
    Type Description
    Matrix3x3

    DrawOrigin

    Declaration
    public Point3d DrawOrigin { get; set; }
    Property Value
    Type Description
    Point3d

    DrawVector

    Declaration
    public Direction DrawVector { get; set; }
    Property Value
    Type Description
    Direction

    DynamicLabel

    Declaration
    public GeometricConstraintDataManager DynamicLabel { get; }
    Property Value
    Type Description
    GeometricConstraintDataManager

    JoinIsocline

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

    LimitAngleNegative

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

    LimitAnglePositive

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

    OutputOption

    Declaration
    public DraftAnalysisBuilder.SelectOutput OutputOption { get; set; }
    Property Value
    Type Description
    DraftAnalysisBuilder.SelectOutput

    Resolution

    Declaration
    public DisplayResolutionBuilder Resolution { get; }
    Property Value
    Type Description
    DisplayResolutionBuilder

    ReverseIndividual

    Declaration
    public SelectDisplayableObject ReverseIndividual { get; }
    Property Value
    Type Description
    SelectDisplayableObject

    SelectObject

    Declaration
    public SelectDisplayableObjectList SelectObject { get; }
    Property Value
    Type Description
    SelectDisplayableObjectList

    ShowIsoclineNegative

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

    ShowIsoclinePositive

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

    ShowPartingLine

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

    SwitchDisplayMode

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

    TranslucencyInsideNegative

    Declaration
    public int TranslucencyInsideNegative { get; set; }
    Property Value
    Type Description
    System.Int32

    TranslucencyInsidePositive

    Declaration
    public int TranslucencyInsidePositive { get; set; }
    Property Value
    Type Description
    System.Int32

    TranslucencyOutsideNegative

    Declaration
    public int TranslucencyOutsideNegative { get; set; }
    Property Value
    Type Description
    System.Int32

    TranslucencyOutsidePositive

    Declaration
    public int TranslucencyOutsidePositive { get; set; }
    Property Value
    Type Description
    System.Int32

    Methods

    AddDynamicPoints()

    Declaration
    public void AddDynamicPoints()

    DeleteDynamicLabels(Boolean[])

    Declaration
    public void DeleteDynamicLabels(bool[] deletedLabels)
    Parameters
    Type Name Description
    System.Boolean[] deletedLabels

    DeselectFaces(DisplayableObject[])

    Declaration
    public void DeselectFaces(DisplayableObject[] faces)
    Parameters
    Type Name Description
    DisplayableObject[] faces

    GetColorInsideNegative()

    Declaration
    public double[] GetColorInsideNegative()
    Returns
    Type Description
    System.Double[]

    GetColorInsidePositive()

    Declaration
    public double[] GetColorInsidePositive()
    Returns
    Type Description
    System.Double[]

    GetColorOutsideNegative()

    Declaration
    public double[] GetColorOutsideNegative()
    Returns
    Type Description
    System.Double[]

    GetColorOutsidePositive()

    Declaration
    public double[] GetColorOutsidePositive()
    Returns
    Type Description
    System.Double[]

    RemoveLabelParents(DisplayableObject[])

    Declaration
    public void RemoveLabelParents(DisplayableObject[] parents)
    Parameters
    Type Name Description
    DisplayableObject[] parents

    ReverseAllNormals()

    Declaration
    public void ReverseAllNormals()

    ReverseNormal(DisplayableObject)

    Declaration
    public void ReverseNormal(DisplayableObject face)
    Parameters
    Type Name Description
    DisplayableObject face

    SetColorInsideNegative(Double[])

    Declaration
    public void SetColorInsideNegative(double[] colorInsideNeg)
    Parameters
    Type Name Description
    System.Double[] colorInsideNeg

    SetColorInsidePositive(Double[])

    Declaration
    public void SetColorInsidePositive(double[] colorInsidePos)
    Parameters
    Type Name Description
    System.Double[] colorInsidePos

    SetColorOutsideNegative(Double[])

    Declaration
    public void SetColorOutsideNegative(double[] colorOutsideNeg)
    Parameters
    Type Name Description
    System.Double[] colorOutsideNeg

    SetColorOutsidePositive(Double[])

    Declaration
    public void SetColorOutsidePositive(double[] colorOutsidePos)
    Parameters
    Type Name Description
    System.Double[] colorOutsidePos

    SetDynamicNormal(Int32, Vector3d)

    Declaration
    public void SetDynamicNormal(int index, Vector3d normal)
    Parameters
    Type Name Description
    System.Int32 index
    Vector3d normal

    SetDynamicParent(Int32, DisplayableObject)

    Declaration
    public void SetDynamicParent(int index, DisplayableObject parent)
    Parameters
    Type Name Description
    System.Int32 index
    DisplayableObject parent

    SetTotalDynamicNormals(Int32)

    Declaration
    public void SetTotalDynamicNormals(int total)
    Parameters
    Type Name Description
    System.Int32 total

    UpdateReverseMap()

    Declaration
    public void UpdateReverseMap()

    Implements

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