Search Results for

    Show / Hide Table of Contents

    Class PointFacePlaneSelectionBuilder

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

    Constructors

    PointFacePlaneSelectionBuilder()

    Declaration
    protected PointFacePlaneSelectionBuilder()

    Properties

    IsOk

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

    LengthLimitPoint

    Declaration
    public LengthLimitPointBuilder LengthLimitPoint { get; }
    Property Value
    Type Description
    LengthLimitPointBuilder

    LimitTopolSwitchFinFlag

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

    PlaneHelpPoint

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

    SelectEdge

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

    SelectFace

    Declaration
    public FaceSetData SelectFace { get; }
    Property Value
    Type Description
    FaceSetData

    SelectPlane

    Declaration
    public Plane SelectPlane { get; set; }
    Property Value
    Type Description
    Plane

    TrimObject

    Declaration
    public PointFacePlaneSelectionBuilder.TrimObjectType TrimObject { get; set; }
    Property Value
    Type Description
    PointFacePlaneSelectionBuilder.TrimObjectType

    UseFaceCapBlend

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

    UsePlaneCapBlend

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

    Methods

    CreateLengthLimitPointBuilder(Expression, OnPathDimensionBuilder, Boolean, Point)

    Declaration
    public LengthLimitPointBuilder CreateLengthLimitPointBuilder(Expression mOnPathExp, OnPathDimensionBuilder mOnPath, bool mIsFlipped, Point mThruPoint)
    Parameters
    Type Name Description
    Expression mOnPathExp
    OnPathDimensionBuilder mOnPath
    System.Boolean mIsFlipped
    Point mThruPoint
    Returns
    Type Description
    LengthLimitPointBuilder

    Implements

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