Search Results for

    Show / Hide Table of Contents

    Class SurfaceRegions

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FeatureBuilder
    SurfaceRegions
    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.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
    System.Double

    AtTimestamp

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

    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
    System.Double

    LimitSteepByCutDirection

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

    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
    System.String

    TraverseInteriorEdges

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

    UseTangentEdgeAngles

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

    Implements

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