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

Represents a wireframe builder More...

Inheritance diagram for NXOpen.Motion.WireFrameBuilder:
NXOpen.TaggedObject NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  WireFrameTypes { Full, Custom }
 WireFrame type More...
 

Public Member Functions

unsafe void GetEndPoints (int index, out NXOpen.TaggedObject sourceSelection, out NXOpen.TaggedObject targetSelection)
 Gets source and target selection of a wireframe line. More...
 
unsafe void SetEndPoints (int index, NXOpen.TaggedObject sourceSelection, NXOpen.TaggedObject targetSelection)
 Sets source and target selection of a wireframe line. 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 NumberOfLines [get, set]
 Returns or sets the number of wireframe lines. More...
 
unsafe
NXOpen.Motion.WireFrameBuilder.WireFrameTypes 
WireFrameType [get, set]
 Returns or sets the wireframe type 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 wireframe builder

Created in NX1899.0.0

Member Enumeration Documentation

WireFrame type

Enumerator
Full 
Custom 

Member Function Documentation

unsafe void NXOpen.Motion.WireFrameBuilder.GetEndPoints ( int  index,
out NXOpen.TaggedObject  sourceSelection,
out NXOpen.TaggedObject  targetSelection 
)
inline

Gets source and target selection of a wireframe line.

The index must be greater than and equal to 0 and less than Motion.WireFrameBuilder.NumberOfLines .

Created in NX1899.0.0

License requirements: mechanisms ("MECHANISMS")

Parameters
index
sourceSelection
targetSelection
unsafe void NXOpen.Motion.WireFrameBuilder.SetEndPoints ( int  index,
NXOpen.TaggedObject  sourceSelection,
NXOpen.TaggedObject  targetSelection 
)
inline

Sets source and target selection of a wireframe line.

The index must be greater than and equal to 0 and less than Motion.WireFrameBuilder.NumberOfLines .

Created in NX1899.0.0

License requirements: mechanisms ("MECHANISMS")

Parameters
index
sourceSelection
targetSelection

Property Documentation

unsafe int NXOpen.Motion.WireFrameBuilder.NumberOfLines
getset

Returns or sets the number of wireframe lines.

Created in NX1899.0.0

License requirements to get this property: mechanisms ("MECHANISMS")

License requirements to set this property: mechanisms ("MECHANISMS")

unsafe NXOpen.Motion.WireFrameBuilder.WireFrameTypes NXOpen.Motion.WireFrameBuilder.WireFrameType
getset

Returns or sets the wireframe type

Created in NX1899.0.0

License requirements to get this property: None.

License requirements to set this property: mechanisms ("MECHANISMS")


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