Search Results for

    Show / Hide Table of Contents

    Class ImprintBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    ImprintBuilder
    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 ImprintBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    ImprintBuilder()

    Declaration
    protected ImprintBuilder()

    Properties

    ClosestImprintOption

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

    GeomSelection

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

    ImprintType

    Declaration
    public ImprintBuilder.ImprintTypes ImprintType { get; set; }
    Property Value
    Type Description
    ImprintBuilder.ImprintTypes

    ProjectionDirectionMethod

    Declaration
    public ImprintBuilder.ProjectionDirectionType ProjectionDirectionMethod { get; set; }
    Property Value
    Type Description
    ImprintBuilder.ProjectionDirectionType

    ProjectionVector

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

    SearchDistance

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

    SnapDistance

    Declaration
    public Expression SnapDistance { get; set; }
    Property Value
    Type Description
    Expression

    SnapToggle

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

    SnapTolerance

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

    StitchToggle

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

    TargetFace

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

    Implements

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