Class SurfaceRegions
Inheritance
SurfaceRegions
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
AtTimestamp
Declaration
public bool AtTimestamp { get; set; }
Property Value
Bodies
Declaration
public SelectBodyList Bodies { get; }
Property Value
BoundaryFaces
Declaration
public SelectFaceList BoundaryFaces { get; }
Property Value
CreateRegionsOption
Declaration
public SurfaceRegions.CreateRegionsTypes CreateRegionsOption { get; set; }
Property Value
CutDirection
Declaration
public Direction CutDirection { get; set; }
Property Value
Direction
Declaration
public Direction Direction { get; set; }
Property Value
ExcludedFaces
Declaration
public SelectFaceList ExcludedFaces { get; }
Property Value
Faces
Declaration
public SelectFaceList Faces { get; }
Property Value
FeatureType
Declaration
public SurfaceRegions.FeatureTypes FeatureType { get; set; }
Property Value
IsoclineAngle
Declaration
public double IsoclineAngle { get; set; }
Property Value
LimitSteepByCutDirection
Declaration
public bool LimitSteepByCutDirection { get; set; }
Property Value
SeedFace
Declaration
public Face SeedFace { get; set; }
Property Value
SteepBody
Declaration
public Body SteepBody { get; set; }
Property Value
SurfaceRegionName
Declaration
public string SurfaceRegionName { get; set; }
Property Value
TraverseInteriorEdges
Declaration
public bool TraverseInteriorEdges { get; set; }
Property Value
UseTangentEdgeAngles
Declaration
public bool UseTangentEdgeAngles { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink