Search Results for

    Show / Hide Table of Contents

    Class MeshPointProjectBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    MeshPointBaseBuilder
    MeshPointProjectBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    MeshPointBaseBuilder.MeshPointToEdit
    MeshPointBaseBuilder.NodeLabel
    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 MeshPointProjectBuilder : MeshPointBaseBuilder, IMessageSink, IComponentBuilder

    Constructors

    MeshPointProjectBuilder()

    Declaration
    protected MeshPointProjectBuilder()

    Properties

    Direction

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

    Point

    Declaration
    public Point Point { get; set; }
    Property Value
    Type Description
    Point

    Points

    Declaration
    [Obsolete("Deprecated in NX12.0.0.  use NXOpen.CAE.MeshPointProjectBuilder.PointsList as the replacement for this property.")]
    public SelectDisplayableObjectList Points { get; }
    Property Value
    Type Description
    SelectDisplayableObjectList

    PointsList

    Declaration
    public SelectTaggedObjectList PointsList { get; }
    Property Value
    Type Description
    SelectTaggedObjectList

    ProjectionOption

    Declaration
    public MeshPointProjectBuilder.ProjectionMethod ProjectionOption { get; set; }
    Property Value
    Type Description
    MeshPointProjectBuilder.ProjectionMethod

    ProjectionTolerance

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

    ProjectSearchDistanceOption

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

    ProjectToNearestGeometry

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

    SearchDistance

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

    Target

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

    Implements

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