Search Results for

    Show / Hide Table of Contents

    Class ProjectNodesToCadGeometryBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    ProjectNodesToCadGeometryBuilder
    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.CAE
    Assembly: NXOpen.dll
    Syntax
    public class ProjectNodesToCadGeometryBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    ProjectNodesToCadGeometryBuilder()

    Declaration
    protected ProjectNodesToCadGeometryBuilder()

    Properties

    AdjustedNodeLocationColor

    Declaration
    public NXColor AdjustedNodeLocationColor { get; set; }
    Property Value
    Type Description
    NXColor

    CheckedObjectsList

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

    IncludeMidnodes

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

    ListingOptionState

    Declaration
    public ProjectNodesToCadGeometryBuilder.ListingOption ListingOptionState { get; set; }
    Property Value
    Type Description
    ProjectNodesToCadGeometryBuilder.ListingOption

    OperationState

    Declaration
    public ProjectNodesToCadGeometryBuilder.Operation OperationState { get; set; }
    Property Value
    Type Description
    ProjectNodesToCadGeometryBuilder.Operation

    OriginalNodeLocationColor

    Declaration
    public NXColor OriginalNodeLocationColor { get; set; }
    Property Value
    Type Description
    NXColor

    ProximityTolerance

    Declaration
    [Obsolete("Deprecated in NX8.5.0.  Use CAE.ProjectNodesToCadGeometryBuilder.Tolerance instead.")]
    public double ProximityTolerance { get; set; }
    Property Value
    Type Description
    System.Double

    SelectionList

    Declaration
    [Obsolete("Deprecated in NX8.5.0.  Use CAE.ProjectNodesToCadGeometryBuilder.CheckedObjectsList instead.")]
    public SelectMeshList SelectionList { get; }
    Property Value
    Type Description
    SelectMeshList

    ShowNodeLabels

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

    ShowNodeLocations

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

    Tolerance

    Declaration
    public Expression Tolerance { get; }
    Property Value
    Type Description
    Expression

    Methods

    AdjustProximityNodes()

    Declaration
    public void AdjustProximityNodes()

    CreatePlotObject()

    Declaration
    public NodeProximityPlotContours CreatePlotObject()
    Returns
    Type Description
    NodeProximityPlotContours

    GetNodes(out FENode[], out NXObject[])

    Declaration
    public Point3d[] GetNodes(out FENode[] nodes, out NXObject[] cadGeometries)
    Parameters
    Type Name Description
    FENode[] nodes
    NXObject[] cadGeometries
    Returns
    Type Description
    Point3d[]

    GetProximityNodes(out FENode[])

    Declaration
    public Point3d[] GetProximityNodes(out FENode[] proximityNodes)
    Parameters
    Type Name Description
    FENode[] proximityNodes
    Returns
    Type Description
    Point3d[]

    IdentifyCadGeometry()

    Declaration
    public void IdentifyCadGeometry()

    IdentifyProximityNodes()

    Declaration
    public void IdentifyProximityNodes()

    Implements

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