NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Types | Properties | List of all members
NXOpen.CAM.SurfaceRegions Class Reference

Represents a Surface Regions Builder More...

Inheritance diagram for NXOpen.CAM.SurfaceRegions:
NXOpen.Features.FeatureBuilder NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  CreateRegionsTypes { Steep, NonSteep, SteepAndNonSteep }
 enum for create regions More...
 
enum  FeatureTypes { Face, RegionOfFaces, Body, Steep }
 enum for feature type More...
 

Properties

unsafe double AngleTolerance [get, set]
 Returns or sets the angle tolerance More...
 
unsafe bool AtTimestamp [get, set]
 Returns or sets the at timestamp flag More...
 
unsafe NXOpen.SelectBodyList Bodies [get]
 Returns the bodies More...
 
unsafe NXOpen.SelectFaceList BoundaryFaces [get]
 Returns the boundary faces More...
 
unsafe
NXOpen.CAM.SurfaceRegions.CreateRegionsTypes 
CreateRegionsOption [get, set]
 Returns or sets the create regions type More...
 
unsafe NXOpen.Direction CutDirection [get, set]
 Returns or sets the cut direction More...
 
unsafe NXOpen.Direction Direction [get, set]
 Returns or sets the direction More...
 
unsafe NXOpen.SelectFaceList ExcludedFaces [get]
 Returns the excluded faces More...
 
unsafe NXOpen.SelectFaceList Faces [get]
 Returns the faces More...
 
unsafe
NXOpen.CAM.SurfaceRegions.FeatureTypes 
FeatureType [get, set]
 Returns or sets the feature type More...
 
unsafe double IsoclineAngle [get, set]
 Returns or sets the isocline angle More...
 
unsafe bool LimitSteepByCutDirection [get, set]
 Returns or sets the limit steep by cut direction flag More...
 
unsafe NXOpen.Face SeedFace [get, set]
 Returns or sets the seed face More...
 
unsafe NXOpen.Body SteepBody [get, set]
 Returns or sets the steep body More...
 
unsafe string SurfaceRegionName [get, set]
 Returns or sets the surface region name More...
 
unsafe bool TraverseInteriorEdges [get, set]
 Returns or sets the traverse interior edges flag More...
 
unsafe bool UseTangentEdgeAngles [get, set]
 Returns or sets the use tangent edge angle flag More...
 
- Properties inherited from NXOpen.Features.FeatureBuilder
unsafe bool ParentFeatureInternal [get, set]
 Returns or sets whether or not the latest timestamped parent feature of this feature should be made internal More...
 
- Properties inherited from NXOpen.Builder
unsafe NXOpen.PreviewBuilder PreviewBuilder [get]
 Returns the preview builder subobject. More...
 
- Properties inherited from NXOpen.TaggedObject
Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Public Member Functions inherited from NXOpen.Features.FeatureBuilder
unsafe NXOpen.Features.Feature CommitFeature ()
 Commits the feature parameters and creates the feature More...
 
unsafe NXOpen.Features.Feature GetFeature ()
 Returns the feature currently being edited by this builder. More...
 
unsafe void HideInternalParentFeatureAfterEdit (NXOpen.Features.Feature parentFeature)
 Re-suppress an internal parent feature (a slave feature) after it has been edited. More...
 
unsafe void SetParentFeatureInternal (NXOpen.Features.Feature parentFeature)
 Set the parent features which would be internal or slaves to the feature being created or commited More...
 
unsafe void ShowInternalParentFeatureForEdit (NXOpen.Features.Feature parentFeature)
 Unsuppress an internal parent feature (a slave feature) so it can be edited. More...
 
unsafe void UnsetParentFeatureInternal (NXOpen.Features.Feature parentFeature)
 Set the internal parent feature of the feature being edited to external More...
 
- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

Represents a Surface Regions Builder

To create a new instance of this class, use NXOpen.CAM.CAMSetup.CreateSurfaceRegions

Created in NX8.0.0

Member Enumeration Documentation

enum for create regions

Enumerator
Steep 

steep

NonSteep 

non-steep

SteepAndNonSteep 

steep and non-steep

enum for feature type

Enumerator
Face 

type to face

RegionOfFaces 

type to region

Body 

type to body

Steep 

type to steep

Property Documentation

unsafe double NXOpen.CAM.SurfaceRegions.AngleTolerance
getset

Returns or sets the angle tolerance

Created in NX8.0.0

License requirements to get this property: None.

License requirements to set this property: cam_base ("CAM BASE")

unsafe bool NXOpen.CAM.SurfaceRegions.AtTimestamp
getset

Returns or sets the at timestamp flag

Created in NX8.0.0

License requirements to get this property: None.

License requirements to set this property: cam_base ("CAM BASE")

unsafe NXOpen.SelectBodyList NXOpen.CAM.SurfaceRegions.Bodies
get

Returns the bodies

Created in NX8.0.0

License requirements: None.

unsafe NXOpen.SelectFaceList NXOpen.CAM.SurfaceRegions.BoundaryFaces
get

Returns the boundary faces

Created in NX8.0.0

License requirements: None.

unsafe NXOpen.CAM.SurfaceRegions.CreateRegionsTypes NXOpen.CAM.SurfaceRegions.CreateRegionsOption
getset

Returns or sets the create regions type

Created in NX8.0.0

License requirements to get this property: None.

License requirements to set this property: cam_base ("CAM BASE")

unsafe NXOpen.Direction NXOpen.CAM.SurfaceRegions.CutDirection
getset

Returns or sets the cut direction

Created in NX8.0.0

License requirements to get this property: None.

License requirements to set this property: cam_base ("CAM BASE")

unsafe NXOpen.Direction NXOpen.CAM.SurfaceRegions.Direction
getset

Returns or sets the direction

Created in NX8.0.0

License requirements to get this property: None.

License requirements to set this property: cam_base ("CAM BASE")

unsafe NXOpen.SelectFaceList NXOpen.CAM.SurfaceRegions.ExcludedFaces
get

Returns the excluded faces

Created in NX8.0.0

License requirements: None.

unsafe NXOpen.SelectFaceList NXOpen.CAM.SurfaceRegions.Faces
get

Returns the faces

Created in NX8.0.0

License requirements: None.

unsafe NXOpen.CAM.SurfaceRegions.FeatureTypes NXOpen.CAM.SurfaceRegions.FeatureType
getset

Returns or sets the feature type

Created in NX8.0.0

License requirements to get this property: None.

License requirements to set this property: cam_base ("CAM BASE")

unsafe double NXOpen.CAM.SurfaceRegions.IsoclineAngle
getset

Returns or sets the isocline angle

Created in NX8.0.0

License requirements to get this property: None.

License requirements to set this property: cam_base ("CAM BASE")

unsafe bool NXOpen.CAM.SurfaceRegions.LimitSteepByCutDirection
getset

Returns or sets the limit steep by cut direction flag

Created in NX8.0.0

License requirements to get this property: None.

License requirements to set this property: cam_base ("CAM BASE")

unsafe NXOpen.Face NXOpen.CAM.SurfaceRegions.SeedFace
getset

Returns or sets the seed face

Created in NX8.0.0

License requirements to get this property: None.

License requirements to set this property: cam_base ("CAM BASE")

unsafe NXOpen.Body NXOpen.CAM.SurfaceRegions.SteepBody
getset

Returns or sets the steep body

Created in NX8.0.0

License requirements to get this property: None.

License requirements to set this property: cam_base ("CAM BASE")

unsafe string NXOpen.CAM.SurfaceRegions.SurfaceRegionName
getset

Returns or sets the surface region name

Created in NX8.0.0

License requirements to get this property: None.

License requirements to set this property: cam_base ("CAM BASE")

unsafe bool NXOpen.CAM.SurfaceRegions.TraverseInteriorEdges
getset

Returns or sets the traverse interior edges flag

Created in NX8.0.0

License requirements to get this property: None.

License requirements to set this property: cam_base ("CAM BASE")

unsafe bool NXOpen.CAM.SurfaceRegions.UseTangentEdgeAngles
getset

Returns or sets the use tangent edge angle flag

Created in NX8.0.0

License requirements to get this property: None.

License requirements to set this property: cam_base ("CAM BASE")


The documentation for this class was generated from the following file:
Copyright 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.