Search Results for

    Show / Hide Table of Contents

    Class SurfaceRegions

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FeatureBuilder
    SurfaceRegions
    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.CAM
    Assembly: NXOpen.dll
    Syntax
    public class SurfaceRegions : FeatureBuilder, IMessageSink, IComponentBuilder

    Constructors

    SurfaceRegions()

    Declaration
    protected SurfaceRegions()

    Properties

    AngleTolerance

    Declaration
    public double AngleTolerance { get; set; }
    Property Value
    Type Description
    double

    AtTimestamp

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

    Bodies

    Declaration
    public SelectBodyList Bodies { get; }
    Property Value
    Type Description
    SelectBodyList

    BoundaryFaces

    Declaration
    public SelectFaceList BoundaryFaces { get; }
    Property Value
    Type Description
    SelectFaceList

    CreateRegionsOption

    Declaration
    public SurfaceRegions.CreateRegionsTypes CreateRegionsOption { get; set; }
    Property Value
    Type Description
    SurfaceRegions.CreateRegionsTypes

    CutDirection

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

    Direction

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

    ExcludedFaces

    Declaration
    public SelectFaceList ExcludedFaces { get; }
    Property Value
    Type Description
    SelectFaceList

    Faces

    Declaration
    public SelectFaceList Faces { get; }
    Property Value
    Type Description
    SelectFaceList

    FeatureType

    Declaration
    public SurfaceRegions.FeatureTypes FeatureType { get; set; }
    Property Value
    Type Description
    SurfaceRegions.FeatureTypes

    IsoclineAngle

    Declaration
    public double IsoclineAngle { get; set; }
    Property Value
    Type Description
    double

    LimitSteepByCutDirection

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

    SeedFace

    Declaration
    public Face SeedFace { get; set; }
    Property Value
    Type Description
    Face

    SteepBody

    Declaration
    public Body SteepBody { get; set; }
    Property Value
    Type Description
    Body

    SurfaceRegionName

    Declaration
    public string SurfaceRegionName { get; set; }
    Property Value
    Type Description
    string

    TraverseInteriorEdges

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

    UseTangentEdgeAngles

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

    Implements

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