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

Represents a boundary set for the planar mill/surface contour operation More...

Inheritance diagram for NXOpen.CAM.BoundarySetPlanarMill:
NXOpen.CAM.BoundarySet NXOpen.TaggedObject NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  FeedUnitTypes { None, PerMinute, PerRevolution }
 the types available for the feed rate unit More...
 
enum  TrimExtendPosition { AtStart, AtEnd, AtStartAndEnd, Unknown }
 the boundary position where to trim or to extend More...
 
- Public Types inherited from NXOpen.CAM.BoundarySet
enum  BoundaryTypes { Closed, Open }
 the boundary types More...
 
enum  PlaneTypes { Automatic, UserDefined }
 the boundary plane types More...
 
enum  ToolPositionTypes { On, Contact }
 the tool position More...
 
enum  ToolSideTypes { InsideOrLeft, OutsideOrRight }
 the tool side types More...
 

Public Member Functions

unsafe
NXOpen.CAM.BoundaryMemberSetPlanarMill 
CreateBoundaryMemberSetPlanarMill ()
 Create an empty custom member data set for a planar mill/surface contour boundary More...
 
unsafe void CreateCurveBoundaryFromPermanent ()
 Create curve boundary from permanent one More...
 
unsafe void ExtendOrTrimEndPoint (double distance)
 Trim or extend the end point of a closed boundary More...
 
unsafe void ExtendOrTrimStartPoint (double distance)
 Trim or extend the start point of an open boundary More...
 
unsafe void MoveStartPoint (NXOpen.CAM.BoundaryMemberSetPlanarMill bndSet, double distance)
 Move the start point of a closed boundary More...
 
- Public Member Functions inherited from NXOpen.CAM.BoundarySet
unsafe void AppendCurves (NXOpen.NXObject[] curves, NXOpen.Point3d pickPoint, NXOpen.Matrix3x3 matrix)
 Add curves to the boundary More...
 
unsafe NXOpen.CAM.BoundaryMemberSet CreateBoundaryMemberSet ()
 Create an empty boundary member set More...
 
unsafe void RemoveCurves (NXOpen.NXObject[] curves)
 Remove curves from the boundary 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 double BlankDistance [get, set]
 Returns or sets the blank_distance More...
 
unsafe bool CustomBlankDistance [get, set]
 Returns or sets the blank distance More...
 
unsafe bool CustomFeed [get, set]
 Returns or sets the feed rate toggle More...
 
unsafe bool CustomStock [get, set]
 Returns or sets the flag whether this boundary has custom stock activated More...
 
unsafe bool CustomTolerance [get, set]
 Returns or sets the tolerance toggle More...
 
unsafe
NXOpen.CAM.BoundarySetPlanarMill.FeedUnitTypes 
FeedUnit [get, set]
 Returns or sets the feed rate unit More...
 
unsafe double FeedValue [get, set]
 Returns or sets the feed rate value More...
 
unsafe double InTolerance [get, set]
 Returns or sets the in tolerance More...
 
unsafe double OutTolerance [get, set]
 Returns or sets the out tolerance More...
 
unsafe double Stock [get, set]
 Returns or sets the stock value More...
 
- Properties inherited from NXOpen.CAM.BoundarySet
unsafe
NXOpen.CAM.BoundaryMemberSetList 
BoundaryMemberList [get]
 Returns the boundary member list More...
 
unsafe
NXOpen.CAM.BoundarySet.BoundaryTypes 
BoundaryType [get, set]
 Returns or sets the boundary type More...
 
unsafe bool CustomOffset [get, set]
 Returns or sets the flag whether this boundary has custom offset activated More...
 
unsafe double Offset [get, set]
 Returns or sets the offset value More...
 
unsafe NXOpen.CAM.ParamValueIntent OffsetIntent [get, set]
 Returns or sets the offset intent More...
 
unsafe NXOpen.Plane Plane [get, set]
 Returns or sets the boundary plane More...
 
unsafe
NXOpen.CAM.BoundarySet.PlaneTypes 
PlaneType [get, set]
 Returns or sets the boundary plane type More...
 
unsafe
NXOpen.SelectTaggedObjectList 
PointList [get]
 Returns the points list More...
 
unsafe NXOpen.SelectTaggedObject SelectObject [get]
 Returns the select object More...
 
unsafe
NXOpen.CAM.BoundarySet.ToolPositionTypes 
ToolPosition [get, set]
 Returns or sets the tool position More...
 
unsafe
NXOpen.CAM.BoundarySet.ToolSideTypes 
ToolSide [get, set]
 Returns or sets the tool side 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 boundary set for the planar mill/surface contour operation

To create a new instance of this class, use NXOpen.CAM.Boundary.CreateBoundarySetPlanarMill

Created in NX11.0.1

Member Enumeration Documentation

the types available for the feed rate unit

Enumerator
None 

no feed rate unit

PerMinute 

use per minute as the feed rate unit

PerRevolution 

use per revolution as the feed rate unit

the boundary position where to trim or to extend

Enumerator
AtStart 

trim or extend at start

AtEnd 

trim or extend at end

AtStartAndEnd 

trim or extend at start and at end

Unknown 

unknown

Member Function Documentation

unsafe NXOpen.CAM.BoundaryMemberSetPlanarMill NXOpen.CAM.BoundarySetPlanarMill.CreateBoundaryMemberSetPlanarMill ( )
inline

Create an empty custom member data set for a planar mill/surface contour boundary

Created in NX11.0.1

License requirements: cam_base ("CAM BASE")

Returns
unsafe void NXOpen.CAM.BoundarySetPlanarMill.CreateCurveBoundaryFromPermanent ( )
inline

Create curve boundary from permanent one

Created in NX11.0.1

License requirements: cam_base ("CAM BASE")

unsafe void NXOpen.CAM.BoundarySetPlanarMill.ExtendOrTrimEndPoint ( double  distance)
inline

Trim or extend the end point of a closed boundary

Created in NX11.0.1

License requirements: cam_base ("CAM BASE")

Parameters
distance
unsafe void NXOpen.CAM.BoundarySetPlanarMill.ExtendOrTrimStartPoint ( double  distance)
inline

Trim or extend the start point of an open boundary

Created in NX11.0.1

License requirements: cam_base ("CAM BASE")

Parameters
distance
unsafe void NXOpen.CAM.BoundarySetPlanarMill.MoveStartPoint ( NXOpen.CAM.BoundaryMemberSetPlanarMill  bndSet,
double  distance 
)
inline

Move the start point of a closed boundary

Created in NX11.0.1

License requirements: cam_base ("CAM BASE")

Parameters
bndSet
distance

Property Documentation

unsafe double NXOpen.CAM.BoundarySetPlanarMill.BlankDistance
getset

Returns or sets the blank_distance

Created in NX11.0.1

License requirements to get this property: None.

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

unsafe bool NXOpen.CAM.BoundarySetPlanarMill.CustomBlankDistance
getset

Returns or sets the blank distance

Created in NX11.0.1

License requirements to get this property: None.

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

unsafe bool NXOpen.CAM.BoundarySetPlanarMill.CustomFeed
getset

Returns or sets the feed rate toggle

Created in NX11.0.1

License requirements to get this property: None.

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

unsafe bool NXOpen.CAM.BoundarySetPlanarMill.CustomStock
getset

Returns or sets the flag whether this boundary has custom stock activated

Created in NX11.0.1

License requirements to get this property: None.

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

unsafe bool NXOpen.CAM.BoundarySetPlanarMill.CustomTolerance
getset

Returns or sets the tolerance toggle

Created in NX11.0.1

License requirements to get this property: None.

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

unsafe NXOpen.CAM.BoundarySetPlanarMill.FeedUnitTypes NXOpen.CAM.BoundarySetPlanarMill.FeedUnit
getset

Returns or sets the feed rate unit

Created in NX11.0.1

License requirements to get this property: None.

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

unsafe double NXOpen.CAM.BoundarySetPlanarMill.FeedValue
getset

Returns or sets the feed rate value

Created in NX11.0.1

License requirements to get this property: None.

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

unsafe double NXOpen.CAM.BoundarySetPlanarMill.InTolerance
getset

Returns or sets the in tolerance

Created in NX11.0.1

License requirements to get this property: None.

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

unsafe double NXOpen.CAM.BoundarySetPlanarMill.OutTolerance
getset

Returns or sets the out tolerance

Created in NX11.0.1

License requirements to get this property: None.

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

unsafe double NXOpen.CAM.BoundarySetPlanarMill.Stock
getset

Returns or sets the stock value

Created in NX11.0.1

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.