NXOpen .NET Reference  12.0.0
Public Member Functions | Properties | List of all members
NXOpen.Drawings.SectionLineSegmentPointListBuilder Class Reference

Represents SectionLineSegmentPointListBuilder class. More...

Inheritance diagram for NXOpen.Drawings.SectionLineSegmentPointListBuilder:

Public Member Functions

unsafe
NXOpen.Drawings.SectionLineSegmentPointBuilder 
CreateSectionLineSegmentPointBuilder ()
 Creates a new NXOpen.Drawings.SectionLineSegmentPointBuilder object More...
 
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 Insert (int insertBeforeIndex, NXOpen.Drawings.SectionLineSegmentPointBuilder point)
 Inserts NXOpen.Drawings.SectionLineSegmentPointBuilder object in the list before a given position 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 void Clear ()
 Deletes all NXOpen.Drawings.SectionLineSegmentPointBuilder objects from the list More...
 
unsafe
NXOpen.Drawings.SectionLineSegmentPointBuilder[] 
GetContents ()
 Queries all the NXOpen.Drawings.SectionLineSegmentPointBuilder objects More...
 
unsafe void SetContents (NXOpen.Drawings.SectionLineSegmentPointBuilder[] points)
 Sets array of NXOpen.Drawings.SectionLineSegmentPointBuilder objects in the list. More...
 
unsafe
NXOpen.Drawings.SectionLineSegmentPointBuilder 
FindItem (int index)
 Returns NXOpen.Drawings.SectionLineSegmentPointBuilder object at the input index. More...
 
unsafe int GetIndex (NXOpen.Drawings.SectionLineSegmentPointBuilder point)
 Finds index of NXOpen.Drawings.SectionLineSegmentPointBuilder object in the list More...
 
unsafe void MoveSegment (NXOpen.Drawings.SectionLineSegmentPointBuilder point, NXOpen.Point pointspecified)
 Moves a given NXOpen.Drawings.SectionLineSegmentPointBuilder object from the list More...
 

Properties

unsafe int Length [get]
 Returns the number of NXOpen.Drawings.SectionLineSegmentPointBuilder objects in the list 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)

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 
)

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)

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 ( )

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 ( )

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)

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)

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)

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 ( )

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)

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 
)

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 
)

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)

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 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.