Search Results for

    Show / Hide Table of Contents

    Class SurfaceIntersectionBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    SurfaceIntersectionBuilder
    Implements
    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, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.GeometricAnalysis
    Assembly: NXOpen.dll
    Syntax
    public class SurfaceIntersectionBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    SurfaceIntersectionBuilder()

    Declaration
    protected SurfaceIntersectionBuilder()

    Properties

    CalculationMethod

    Declaration
    public SurfaceIntersectionBuilder.CalculationTypes CalculationMethod { get; set; }
    Property Value
    Type Description
    SurfaceIntersectionBuilder.CalculationTypes

    CombOptions

    Declaration
    public CombOptionsBuilder CombOptions { get; }
    Property Value
    Type Description
    CombOptionsBuilder

    DynamicProjection

    Declaration
    public bool DynamicProjection { get; set; }
    Property Value
    Type Description
    bool

    FirstFaceSet

    Declaration
    public ScCollector FirstFaceSet { get; }
    Property Value
    Type Description
    ScCollector

    NeedleDirection

    Declaration
    public SurfaceIntersectionBuilder.DirectionTypes NeedleDirection { get; set; }
    Property Value
    Type Description
    SurfaceIntersectionBuilder.DirectionTypes

    ProjectionNormalFace

    Declaration
    public SurfaceIntersectionBuilder.NormalTypes ProjectionNormalFace { get; set; }
    Property Value
    Type Description
    SurfaceIntersectionBuilder.NormalTypes

    ProjectionOption

    Declaration
    public SurfaceIntersectionBuilder.ProjectionTypes ProjectionOption { get; set; }
    Property Value
    Type Description
    SurfaceIntersectionBuilder.ProjectionTypes

    ProjectionXYZ

    Declaration
    public SurfaceIntersectionBuilder.XyzTypes ProjectionXYZ { get; set; }
    Property Value
    Type Description
    SurfaceIntersectionBuilder.XyzTypes

    ScalingMethod

    Declaration
    public SurfaceIntersectionBuilder.ScalingTypes ScalingMethod { get; set; }
    Property Value
    Type Description
    SurfaceIntersectionBuilder.ScalingTypes

    SecondFaceSet

    Declaration
    public ScCollector SecondFaceSet { get; }
    Property Value
    Type Description
    ScCollector

    Vector

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

    Methods

    UpdateWorkView()

    Declaration
    public void UpdateWorkView()

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In this article
    Back to top Generated by DocFX