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

Represents SectionLineSegmentPointListBuilder class. More...

Inheritance diagram for NXOpen.Drawings.SectionLineSegmentPointListBuilder:
NXOpen.TaggedObject NXOpen.Utilities.NXRemotableObject IMessageSink

Public Member Functions

unsafe
NXOpen.Drawings.SectionLineSegmentPointBuilder 
AddCutSegment (NXOpen.Point location)
 Creates a new NXOpen.Drawings.SectionLineSegmentPointBuilder object More...
 
unsafe
NXOpen.Drawings.SectionLineSegmentPointBuilder 
AddCutSegment (NXOpen.Point location, NXOpen.Drawings.SectionLineSegmentPointBuilder referencedCutSegment)
 Creates a new NXOpen.Drawings.SectionLineSegmentPointBuilder In case of point to point section line ,new segment is added at location prior to reference cut segment specified. More...
 
unsafe void Append (NXOpen.Drawings.SectionLineSegmentPointBuilder pointData)
 Appends NXOpen.Drawings.SectionLineSegmentPointBuilder object to the end of the list More...
 
unsafe void Clear ()
 Deletes all NXOpen.Drawings.SectionLineSegmentPointBuilder objects from the list More...
 
unsafe
NXOpen.Drawings.SectionLineSegmentPointBuilder 
CreateSectionLineSegmentPointBuilder ()
 Creates a new NXOpen.Drawings.SectionLineSegmentPointBuilder object More...
 
unsafe void Delete (NXOpen.Drawings.SectionLineSegmentPointBuilder point)
 Deletes a given NXOpen.Drawings.SectionLineSegmentPointBuilder object from the list More...
 
unsafe void Delete (int index)
 Deletes NXOpen.Drawings.SectionLineSegmentPointBuilder object of a certain index from the list More...
 
unsafe
NXOpen.Drawings.SectionLineSegmentPointBuilder 
FindItem (int index)
 Returns NXOpen.Drawings.SectionLineSegmentPointBuilder object at the input index. More...
 
unsafe
NXOpen.Drawings.SectionLineSegmentPointBuilder[] 
GetContents ()
 Queries all the NXOpen.Drawings.SectionLineSegmentPointBuilder objects More...
 
unsafe int GetIndex (NXOpen.Drawings.SectionLineSegmentPointBuilder point)
 Finds index of NXOpen.Drawings.SectionLineSegmentPointBuilder object in the list More...
 
unsafe void Insert (int insertBeforeIndex, NXOpen.Drawings.SectionLineSegmentPointBuilder point)
 Inserts NXOpen.Drawings.SectionLineSegmentPointBuilder object in the list before a given position More...
 
unsafe void MoveSegment (NXOpen.Drawings.SectionLineSegmentPointBuilder point, NXOpen.Point pointspecified)
 Moves a given NXOpen.Drawings.SectionLineSegmentPointBuilder object from the list More...
 
unsafe void SetContents (NXOpen.Drawings.SectionLineSegmentPointBuilder[] points)
 Sets array of NXOpen.Drawings.SectionLineSegmentPointBuilder objects in the list. 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 Length [get]
 Returns the number of NXOpen.Drawings.SectionLineSegmentPointBuilder objects in 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 SectionLineSegmentPointListBuilder class.

This class maintains a list of NXOpen.Drawings.SectionLineSegmentPointBuilder objects and manages them.

Created in NX10.0.0

Member Function Documentation

unsafe NXOpen.Drawings.SectionLineSegmentPointBuilder NXOpen.Drawings.SectionLineSegmentPointListBuilder.AddCutSegment ( NXOpen.Point  location)
inline

Creates a new NXOpen.Drawings.SectionLineSegmentPointBuilder object

Created in NX10.0.0

License requirements: None.

Parameters
location
Returns
unsafe NXOpen.Drawings.SectionLineSegmentPointBuilder NXOpen.Drawings.SectionLineSegmentPointListBuilder.AddCutSegment ( NXOpen.Point  location,
NXOpen.Drawings.SectionLineSegmentPointBuilder  referencedCutSegment 
)
inline

Creates a new NXOpen.Drawings.SectionLineSegmentPointBuilder In case of point to point section line ,new segment is added at location prior to reference cut segment specified.

If reference cut segment is not specified , new segment is added prior to last arrow segment.

Created in NX10.0.0

License requirements: None.

Parameters
location
referencedCutSegmentreference SectionLineSegmentPointBuilder
Returns
unsafe void NXOpen.Drawings.SectionLineSegmentPointListBuilder.Append ( NXOpen.Drawings.SectionLineSegmentPointBuilder  pointData)
inline

Appends NXOpen.Drawings.SectionLineSegmentPointBuilder object to the end of the list

Created in NX10.0.0

License requirements: drafting ("DRAFTING")

Parameters
pointData
unsafe void NXOpen.Drawings.SectionLineSegmentPointListBuilder.Clear ( )
inline

Deletes all NXOpen.Drawings.SectionLineSegmentPointBuilder objects from the list

Created in NX10.0.0

License requirements: drafting ("DRAFTING")

unsafe NXOpen.Drawings.SectionLineSegmentPointBuilder NXOpen.Drawings.SectionLineSegmentPointListBuilder.CreateSectionLineSegmentPointBuilder ( )
inline

Creates a new NXOpen.Drawings.SectionLineSegmentPointBuilder object

Created in NX10.0.0

License requirements: None.

Returns
unsafe void NXOpen.Drawings.SectionLineSegmentPointListBuilder.Delete ( NXOpen.Drawings.SectionLineSegmentPointBuilder  point)
inline

Deletes a given NXOpen.Drawings.SectionLineSegmentPointBuilder object from the list

Created in NX10.0.0

License requirements: drafting ("DRAFTING")

Parameters
point
unsafe void NXOpen.Drawings.SectionLineSegmentPointListBuilder.Delete ( int  index)
inline

Deletes NXOpen.Drawings.SectionLineSegmentPointBuilder object of a certain index from the list

Created in NX10.0.0

License requirements: drafting ("DRAFTING")

Parameters
index
unsafe NXOpen.Drawings.SectionLineSegmentPointBuilder NXOpen.Drawings.SectionLineSegmentPointListBuilder.FindItem ( int  index)
inline

Returns NXOpen.Drawings.SectionLineSegmentPointBuilder object at the input index.

May be NULL if not found.

Created in NX10.0.0

License requirements: drafting ("DRAFTING")

Parameters
indexindex of object to return
Returns
object found at input index
unsafe NXOpen.Drawings.SectionLineSegmentPointBuilder [] NXOpen.Drawings.SectionLineSegmentPointListBuilder.GetContents ( )
inline

Queries all the NXOpen.Drawings.SectionLineSegmentPointBuilder objects

Created in NX10.0.0

License requirements: drafting ("DRAFTING")

Returns
unsafe int NXOpen.Drawings.SectionLineSegmentPointListBuilder.GetIndex ( NXOpen.Drawings.SectionLineSegmentPointBuilder  point)
inline

Finds index of NXOpen.Drawings.SectionLineSegmentPointBuilder object in the list

Created in NX10.0.0

License requirements: drafting ("DRAFTING")

Parameters
point
Returns
Equals -1 if not found
unsafe void NXOpen.Drawings.SectionLineSegmentPointListBuilder.Insert ( int  insertBeforeIndex,
NXOpen.Drawings.SectionLineSegmentPointBuilder  point 
)
inline

Inserts NXOpen.Drawings.SectionLineSegmentPointBuilder object in the list before a given position

Created in NX10.0.0

License requirements: drafting ("DRAFTING")

Parameters
insertBeforeIndex
point
unsafe void NXOpen.Drawings.SectionLineSegmentPointListBuilder.MoveSegment ( NXOpen.Drawings.SectionLineSegmentPointBuilder  point,
NXOpen.Point  pointspecified 
)
inline

Moves a given NXOpen.Drawings.SectionLineSegmentPointBuilder object from the list

Created in NX10.0.0

License requirements: drafting ("DRAFTING")

Parameters
point
pointspecified
unsafe void NXOpen.Drawings.SectionLineSegmentPointListBuilder.SetContents ( NXOpen.Drawings.SectionLineSegmentPointBuilder[]  points)
inline

Sets array of NXOpen.Drawings.SectionLineSegmentPointBuilder objects in the list.

Created in NX10.0.0

License requirements: drafting ("DRAFTING")

Parameters
points

Property Documentation

unsafe int NXOpen.Drawings.SectionLineSegmentPointListBuilder.Length
get

Returns the number of NXOpen.Drawings.SectionLineSegmentPointBuilder objects in the list

Created in NX10.0.0

License requirements: drafting ("DRAFTING")


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