Search Results for

    Show / Hide Table of Contents

    Class SnipSurfaceBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FeatureBuilder
    SnipSurfaceBuilder
    Implements
    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, 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.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
    int

    DivideSurface

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

    EditCopy

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

    IsoparametricPosition

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

    KeepOppositeSurface

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

    ProjectBothSides

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

    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
    int

    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
    bool

    SetCreateNewCopy(bool)

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

    Implements

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