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

Represents a boundary milling set. More...

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

Public Member Functions

unsafe
NXOpen.CAM.BoundaryMillingMemberSet 
CreateBoundaryMillingMemberSet ()
 Create an empty custom member data set for a milling 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...
 
unsafe void SynchronizePlanes (NXOpen.CAM.BoundarySet sourceSet)
 Copy the plane definition from the given boundary set 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 bool CustomFeedRate [get, set]
 Returns or sets the flag whether this boundary has custom feed rate activated More...
 
unsafe bool CustomStock [get, set]
 Returns or sets the flag whether this boundary has custom stock activated More...
 
unsafe
NXOpen.CAM.BoundaryMillingMemberSet.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 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

- 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...
 
- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

Represents a boundary milling set.

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

Created in NX9.0.0

Member Function Documentation

unsafe NXOpen.CAM.BoundaryMillingMemberSet NXOpen.CAM.BoundaryMillingSet.CreateBoundaryMillingMemberSet ( )
inline

Create an empty custom member data set for a milling boundary

Created in NX9.0.0

License requirements: cam_base ("CAM BASE")

Returns

Property Documentation

unsafe bool NXOpen.CAM.BoundaryMillingSet.CustomFeedRate
getset

Returns or sets the flag whether this boundary has custom feed rate activated

Created in NX9.0.0

License requirements to get this property: None.

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

unsafe bool NXOpen.CAM.BoundaryMillingSet.CustomStock
getset

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

Created in NX9.0.0

License requirements to get this property: None.

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

unsafe NXOpen.CAM.BoundaryMillingMemberSet.FeedUnitTypes NXOpen.CAM.BoundaryMillingSet.FeedUnit
getset

Returns or sets the feed rate unit

Created in NX9.0.0

License requirements to get this property: None.

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

unsafe double NXOpen.CAM.BoundaryMillingSet.FeedValue
getset

Returns or sets the feed rate value

Created in NX9.0.0

License requirements to get this property: None.

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

unsafe double NXOpen.CAM.BoundaryMillingSet.Stock
getset

Returns or sets the stock value

Created in NX9.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.