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

Represents a CAM boundary object More...

Inheritance diagram for NXOpen.CAM.Boundary:
NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink NXOpen.CAM.BoundaryInnerWireEDM NXOpen.CAM.BoundaryPlanarMill NXOpen.CAM.BoundaryWireEDM

Public Member Functions

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
NXOpen.CAM.BoundaryMillingSet 
CreateBoundaryMillingSet ()
 Create an empty milling boundary set More...
 
unsafe NXOpen.CAM.BoundarySet CreateBoundarySet ()
 Create an empty boundary set More...
 
unsafe
NXOpen.CAM.BoundarySetPlanarMill 
CreateBoundarySetPlanarMill ()
 Create an empty boundary set for planar mill/surface contour operation More...
 
unsafe
NXOpen.CAM.BoundarySetWireEDM 
CreateBoundarySetWireEdm ()
 Create an empty wire EDM boundary set More...
 
unsafe NXOpen.CAM.BoundaryTurnSet CreateBoundaryTurnSet ()
 Create an empty turning boundary set More...
 
unsafe void RemoveFaceBoundary (NXOpen.TaggedObject face)
 Remove the face boundaries More...
 
unsafe bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen.TaggedObject
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
override string ToString ()
 Returns a String that represents the current Object. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Properties

unsafe NXOpen.CAM.BoundarySetList BoundaryList [get]
 Returns the boundary list 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

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

Represents a CAM boundary object

This is an abstract class and cannot be instantiated.

Created in NX9.0.0

Member Function Documentation

unsafe NXOpen.CAM.BoundarySet [] NXOpen.CAM.Boundary.AppendFaceBoundary ( NXOpen.TaggedObject  face,
bool  ignoreHole,
bool  ignoreIsland,
bool  ignoreChamfer,
NXOpen.CAM.BoundarySet.ToolSideTypes  toolSide 
)
inline

Append the face boundary

Created in NX9.0.0

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
Returns
array of the appended face boundary set objects
unsafe NXOpen.CAM.BoundaryMillingSet NXOpen.CAM.Boundary.CreateBoundaryMillingSet ( )
inline

Create an empty milling boundary set

Created in NX9.0.0

License requirements: cam_base ("CAM BASE")

Returns
the milling boundary set object
unsafe NXOpen.CAM.BoundarySet NXOpen.CAM.Boundary.CreateBoundarySet ( )
inline

Create an empty boundary set

Created in NX9.0.0

License requirements: cam_base ("CAM BASE")

Returns
the boundary set object
unsafe NXOpen.CAM.BoundarySetPlanarMill NXOpen.CAM.Boundary.CreateBoundarySetPlanarMill ( )
inline

Create an empty boundary set for planar mill/surface contour operation

Created in NX11.0.1

License requirements: cam_base ("CAM BASE")

Returns
the planar mill/surface contour boundary set object
unsafe NXOpen.CAM.BoundarySetWireEDM NXOpen.CAM.Boundary.CreateBoundarySetWireEdm ( )
inline

Create an empty wire EDM boundary set

Created in NX12.0.1

License requirements: cam_base ("CAM BASE")

Returns
the wire EDM boundary set object
unsafe NXOpen.CAM.BoundaryTurnSet NXOpen.CAM.Boundary.CreateBoundaryTurnSet ( )
inline

Create an empty turning boundary set

Created in NX9.0.2

License requirements: cam_base ("CAM BASE")

Returns
the turning boundary set object
unsafe void NXOpen.CAM.Boundary.RemoveFaceBoundary ( NXOpen.TaggedObject  face)
inline

Remove the face boundaries

Created in NX9.0.0

License requirements: cam_base ("CAM BASE")

Parameters
facethe face to be removed
unsafe bool NXOpen.CAM.Boundary.Validate ( )
inline

Validate whether the inputs to the component are sufficient for commit to be called.

If the component is not in a state to commit then an exception is thrown. For example, if the component requires you to set some property, this method will throw an exception if you haven't set it. This method throws a not-yet-implemented NXException for some components.

Created in NX3.0.1

License requirements: None.

Returns
Was self validation successful

Implements NXOpen.GeometricUtilities.IComponentBuilder.

Property Documentation

unsafe NXOpen.CAM.BoundarySetList NXOpen.CAM.Boundary.BoundaryList
get

Returns the boundary list

Created in NX9.0.0

License requirements: None.


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