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

Represents a Splitter Builder More...

Inheritance diagram for NXOpen.CAM.Splitter:
NXOpen.TaggedObject NXOpen.Utilities.NXRemotableObject IMessageSink

Public Member Functions

unsafe NXOpen.NXObject[] GetBlendFaces ()
 Get the blend faces More...
 
unsafe NXOpen.NXObject[] GetWallFaces ()
 Get the wall faces More...
 
unsafe void RemoveBlendFaces (NXOpen.NXObject[] faces)
 Remove the blend faces More...
 
unsafe void RemoveWallFaces (NXOpen.NXObject[] faces)
 Remove the wall faces More...
 
unsafe void SetBlendFaces (NXOpen.NXObject[] blendFaces)
 Set the blend faces More...
 
unsafe void SetWallFaces (NXOpen.NXObject[] wallFaces)
 Set the wall faces 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 int CountOfFaces [get, set]
 Returns or sets the item count of the 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 Splitter Builder

To create a new instance of this class, use NXOpen.CAM.MultiBladeSplittersGeometry.CreateSplitter

Created in NX7.0.0

Member Function Documentation

unsafe NXOpen.NXObject [] NXOpen.CAM.Splitter.GetBlendFaces ( )
inline

Get the blend faces

Created in NX7.0.0

License requirements: None.

Returns
the blend faces
unsafe NXOpen.NXObject [] NXOpen.CAM.Splitter.GetWallFaces ( )
inline

Get the wall faces

Created in NX7.0.0

License requirements: None.

Returns
the wall faces
unsafe void NXOpen.CAM.Splitter.RemoveBlendFaces ( NXOpen.NXObject[]  faces)
inline

Remove the blend faces

Created in NX7.0.0

License requirements: cam_base ("CAM BASE")

Parameters
facesthe removed blend faces
unsafe void NXOpen.CAM.Splitter.RemoveWallFaces ( NXOpen.NXObject[]  faces)
inline

Remove the wall faces

Created in NX7.0.0

License requirements: cam_base ("CAM BASE")

Parameters
facesthe removed wall faces
unsafe void NXOpen.CAM.Splitter.SetBlendFaces ( NXOpen.NXObject[]  blendFaces)
inline

Set the blend faces

Created in NX7.0.0

License requirements: cam_base ("CAM BASE")

Parameters
blendFacesthe blend faces
unsafe void NXOpen.CAM.Splitter.SetWallFaces ( NXOpen.NXObject[]  wallFaces)
inline

Set the wall faces

Created in NX7.0.0

License requirements: cam_base ("CAM BASE")

Parameters
wallFacesthe wall faces

Property Documentation

unsafe int NXOpen.CAM.Splitter.CountOfFaces
getset

Returns or sets the item count of the list

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