NXOpen .NET Reference  12.0.0
Public Member Functions | List of all members
NXOpen.CAM.BoundaryPlanarMill Class Reference

Represents a CAM boundary object More...

Inheritance diagram for NXOpen.CAM.BoundaryPlanarMill:
NXOpen.CAM.Boundary NXOpen.GeometricUtilities.IComponentBuilder

Public Member Functions

unsafe NXOpen.CAM.BoundarySet[] AppendFaceBoundary (NXOpen.TaggedObject face, bool ignoreHole, bool ignoreIsland, bool ignoreChamfer, NXOpen.CAM.BoundarySet.ToolSideTypes toolSide, int convexEdges, int concaveEdges)
 Append the face boundary More...
 
- Public Member Functions inherited from NXOpen.CAM.Boundary
unsafe NXOpen.CAM.BoundarySet CreateBoundarySet ()
 Create an empty boundary set More...
 
unsafe
NXOpen.CAM.BoundaryMillingSet 
CreateBoundaryMillingSet ()
 Create an empty milling boundary set More...
 
unsafe NXOpen.CAM.BoundaryTurnSet CreateBoundaryTurnSet ()
 Create an empty turning boundary set More...
 
unsafe NXOpen.CAM.BoundarySet[] AppendFaceBoundary (NXOpen.TaggedObject face, bool ignoreHole, bool ignoreIsland, bool ignoreChamfer, NXOpen.CAM.BoundarySet.ToolSideTypes toolSide)
 Append the face boundary More...
 
unsafe void RemoveFaceBoundary (NXOpen.TaggedObject face)
 Remove the face boundaries More...
 
unsafe
NXOpen.CAM.BoundarySetPlanarMill 
CreateBoundarySetPlanarMill ()
 Create an empty boundary set for planar mill/surface contour operation More...
 
unsafe bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 

Additional Inherited Members

- Properties inherited from NXOpen.CAM.Boundary
unsafe NXOpen.CAM.BoundarySetList BoundaryList [get]
 Returns the boundary list More...
 

Detailed Description

Represents a CAM boundary object

This is an abstract class and cannot be instantiated.

Created in NX11.0.1

Member Function Documentation

unsafe NXOpen.CAM.BoundarySet [] NXOpen.CAM.BoundaryPlanarMill.AppendFaceBoundary ( NXOpen.TaggedObject  face,
bool  ignoreHole,
bool  ignoreIsland,
bool  ignoreChamfer,
NXOpen.CAM.BoundarySet.ToolSideTypes  toolSide,
int  convexEdges,
int  concaveEdges 
)

Append the face boundary

Created in NX11.0.1

License requirements: cam_base ("CAM BASE")

Parameters
facethe face to create boundaries
ignoreHoleflag to ignore holes in face
ignoreIslandflag to ignore islands on face
ignoreChamferflag to ignore chamfers on face
toolSidetool side for the face boundary
convexEdgesthe tool position type for convex edges
concaveEdgesthe tool position type for concave edges
Returns
array of the appended face boundary set objects

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