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

Represents a collection of NXOpen.Drawings.SectionLine s. More...

Inheritance diagram for NXOpen.Drawings.SectionLineCollection:
NXOpen.TaggedObjectCollection NXOpen.Utilities.NXRemotableObject IEnumerable IMessageSink

Public Member Functions

unsafe
NXOpen.Drawings.SectionLineBuilder 
CreateSectionLineBuilder (NXOpen.Drawings.SectionLine sectionLine)
 Creates the section line builder More...
 
unsafe
NXOpen.Drawings.SectionLineSegmentBuilder 
CreateSectionLineSegmentBuilder ()
 Creates the section line segment builder More...
 
unsafe
NXOpen.Drawings.SectionLineStyleBuilder 
CreateSectionLineStyleBuilder (NXOpen.Drawings.SectionLine sectionline)
 Creates the Section Line Style Builder More...
 
unsafe
NXOpen.Drawings.SketchSectionLineBuilder 
CreateSketchSectionLineBuilder (NXOpen.Drawings.SectionLine sectionLine)
 Creates the Sketch Section Line builder More...
 
unsafe string GenerateSectionLineLabelAttribute (NXOpen.Annotations.BaseNote note)
 Generates a parametric text attribute that is similar to the current section line label but contains the section line segment information. More...
 
NXOpen.Drawings.SectionLine[] ToArray ()
 Returns an array of NXOpen.Drawings.SectionLine objects. More...
 
- Public Member Functions inherited from NXOpen.TaggedObjectCollection
IEnumerator GetEnumerator ()
 Returns an enumerator that iterates through a collection. 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...
 

Protected Member Functions

override int EnumerateMoveNext (ref Tag currentTag, byte[] state)
 Advances the enumerator to the next element of the collection. More...
 
- Protected Member Functions inherited from NXOpen.TaggedObjectCollection
new void initialize ()
 <exclude> More...
 
- Protected Member Functions inherited from NXOpen.Utilities.NXRemotableObject
void initialize ()
 <exclude> More...
 

Properties

Tag Tag [get]
 Returns the tag of this object. More...
 

Detailed Description

Represents a collection of NXOpen.Drawings.SectionLine s.

Use DraftingManager.SectionLines to get the instance of this class.

Created in NX6.0.0

Member Function Documentation

unsafe NXOpen.Drawings.SectionLineBuilder NXOpen.Drawings.SectionLineCollection.CreateSectionLineBuilder ( NXOpen.Drawings.SectionLine  sectionLine)
inline

Creates the section line builder

Created in NX6.0.0

Deprecated in NX10.0.0. Use Drawings.SectionViewBuilder.SectionLineSegments instead.

License requirements: drafting ("DRAFTING")

Parameters
sectionLine
Returns
unsafe NXOpen.Drawings.SectionLineSegmentBuilder NXOpen.Drawings.SectionLineCollection.CreateSectionLineSegmentBuilder ( )
inline

Creates the section line segment builder

Created in NX6.0.0

Deprecated in NX10.0.0. Use Drawings.SectionViewBuilder.SectionLineSegments instead.

License requirements: drafting ("DRAFTING")

Returns
unsafe NXOpen.Drawings.SectionLineStyleBuilder NXOpen.Drawings.SectionLineCollection.CreateSectionLineStyleBuilder ( NXOpen.Drawings.SectionLine  sectionline)
inline

Creates the Section Line Style Builder

Created in NX6.0.0

Deprecated in NX10.0.0. Use NXOpen.Drawings.ViewSectionLineBuilder instead.

License requirements: drafting ("DRAFTING")

Parameters
sectionline
Returns
unsafe NXOpen.Drawings.SketchSectionLineBuilder NXOpen.Drawings.SectionLineCollection.CreateSketchSectionLineBuilder ( NXOpen.Drawings.SectionLine  sectionLine)
inline

Creates the Sketch Section Line builder

Created in NX10.0.0

License requirements: drafting ("DRAFTING")

Parameters
sectionLine
Returns
override int NXOpen.Drawings.SectionLineCollection.EnumerateMoveNext ( ref Tag  currentTag,
byte[]  state 
)
inlineprotectedvirtual

Advances the enumerator to the next element of the collection.

Implements NXOpen.TaggedObjectCollection.

unsafe string NXOpen.Drawings.SectionLineCollection.GenerateSectionLineLabelAttribute ( NXOpen.Annotations.BaseNote  note)
inline

Generates a parametric text attribute that is similar to the current section line label but contains the section line segment information.

Note that the text in the section line note is not overwritten.

Created in NX10.0.0

License requirements: drafting ("DRAFTING")

Parameters
noteThe section line note to generate the attribute from
Returns
NXOpen.Drawings.SectionLine [] NXOpen.Drawings.SectionLineCollection.ToArray ( )
inline

Returns an array of NXOpen.Drawings.SectionLine objects.

Property Documentation

Tag NXOpen.Drawings.SectionLineCollection.Tag
get

Returns the tag of this object.


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