Search Results for

    Show / Hide Table of Contents

    Class SnipSurfaceBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FeatureBuilder
    SnipSurfaceBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    FeatureBuilder.CommitFeature()
    FeatureBuilder.GetFeature()
    FeatureBuilder.SetParentFeatureInternal(Feature)
    FeatureBuilder.UnsetParentFeatureInternal(Feature)
    FeatureBuilder.ShowInternalParentFeatureForEdit(Feature)
    FeatureBuilder.HideInternalParentFeatureAfterEdit(Feature)
    FeatureBuilder.GetPreviewBody()
    FeatureBuilder.ParentFeatureInternal
    FeatureBuilder.PatchSolutionFlag
    FeatureBuilder.PatchSurfaceFilename
    FeatureBuilder.SurroundingPatchSurfaceFilename
    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.Features
    Assembly: NXOpen.dll
    Syntax
    public class SnipSurfaceBuilder : FeatureBuilder, IMessageSink, IComponentBuilder

    Constructors

    SnipSurfaceBuilder()

    Declaration
    protected SnipSurfaceBuilder()

    Properties

    CutType

    Declaration
    public int CutType { get; set; }
    Property Value
    Type Description
    System.Int32

    DivideSurface

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

    EditCopy

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

    IsoparametricPosition

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

    KeepOppositeSurface

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

    ProjectDirection

    Declaration
    public ProjectionOptions ProjectDirection { get; }
    Property Value
    Type Description
    ProjectionOptions

    RefitControl

    Declaration
    public RefitControlBuilder RefitControl { get; }
    Property Value
    Type Description
    RefitControlBuilder

    RegionPickPoint

    Declaration
    public Point3d RegionPickPoint { get; set; }
    Property Value
    Type Description
    Point3d

    SelectUV

    Declaration
    public int SelectUV { get; set; }
    Property Value
    Type Description
    System.Int32

    SnippingCurve

    Declaration
    public Section SnippingCurve { get; }
    Property Value
    Type Description
    Section

    SnippingObject

    Declaration
    public SelectTaggedObject SnippingObject { get; }
    Property Value
    Type Description
    SelectTaggedObject

    SnippingPlane

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

    SurfacePointUV

    Declaration
    public Point3d SurfacePointUV { get; set; }
    Property Value
    Type Description
    Point3d

    TargetFace

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

    Type

    Declaration
    public SnipSurfaceBuilder.Types Type { get; set; }
    Property Value
    Type Description
    SnipSurfaceBuilder.Types

    Methods

    GetCreateNewCopy()

    Declaration
    public bool GetCreateNewCopy()
    Returns
    Type Description
    System.Boolean

    SetCreateNewCopy(Boolean)

    Declaration
    public void SetCreateNewCopy(bool createNewCopy)
    Parameters
    Type Name Description
    System.Boolean createNewCopy

    Implements

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