NXOpen .NET Reference  12.0.0
Public Member Functions | List of all members
NXOpen.CAE.OrderedSelection Class Reference

Represents list of ordered selection entitites More...

Inheritance diagram for NXOpen.CAE.OrderedSelection:

Public Member Functions

unsafe void Add (NXOpen.CAE.MeshPoint entity)
 Adds a mesh point to the list More...
 
unsafe void Add (NXOpen.Point entity)
 Adds a point to the list More...
 
unsafe void Add (NXOpen.CAE.FENode entity)
 Adds a node to the list More...
 
unsafe void Add (NXOpen.CAE.FEElement entity)
 Adds a element to the list More...
 
unsafe void Add (NXOpen.CAE.CAEEdge entity, bool flipDirection)
 Adds a polygon edge to the list More...
 
unsafe void Add (NXOpen.Line entity, bool flipDirection)
 Adds a line to the list More...
 
unsafe void Add (NXOpen.Arc entity, bool flipDirection)
 Adds a arc to the list More...
 
unsafe void Add (NXOpen.Conic entity, bool flipDirection)
 Adds a conic to the list More...
 
unsafe void Add (NXOpen.Spline entity, bool flipDirection)
 Adds a spline to the list More...
 
unsafe void Add (NXOpen.SelectionMethod selectionMethod)
 Adds objects contained in the method to the list More...
 
unsafe void Remove (NXOpen.TaggedObject entity)
 Removes a tagged object from the list More...
 
unsafe void Remove (NXOpen.SelectionMethod selectionMethod)
 Removes objects contained in the method from the list More...
 
unsafe void Clear ()
 Removes all objects from the list More...
 

Detailed Description

Represents list of ordered selection entitites

Created in NX11.0.0

Member Function Documentation

unsafe void NXOpen.CAE.OrderedSelection.Add ( NXOpen.CAE.MeshPoint  entity)

Adds a mesh point to the list

Created in NX11.0.0

License requirements: None.

Parameters
entitymesh point to be added
unsafe void NXOpen.CAE.OrderedSelection.Add ( NXOpen.Point  entity)

Adds a point to the list

Created in NX11.0.0

License requirements: None.

Parameters
entitypoint to be added
unsafe void NXOpen.CAE.OrderedSelection.Add ( NXOpen.CAE.FENode  entity)

Adds a node to the list

Created in NX11.0.0

License requirements: None.

Parameters
entitynode to be added
unsafe void NXOpen.CAE.OrderedSelection.Add ( NXOpen.CAE.FEElement  entity)

Adds a element to the list

Created in NX11.0.0

License requirements: None.

Parameters
entitynode to be added
unsafe void NXOpen.CAE.OrderedSelection.Add ( NXOpen.CAE.CAEEdge  entity,
bool  flipDirection 
)

Adds a polygon edge to the list

Created in NX11.0.0

License requirements: None.

Parameters
entitypoint to be added
flipDirectionflip the direction of edge
unsafe void NXOpen.CAE.OrderedSelection.Add ( NXOpen.Line  entity,
bool  flipDirection 
)

Adds a line to the list

Created in NX11.0.0

License requirements: None.

Parameters
entitypoint to be added
flipDirectionflip the direction of line
unsafe void NXOpen.CAE.OrderedSelection.Add ( NXOpen.Arc  entity,
bool  flipDirection 
)

Adds a arc to the list

Created in NX11.0.0

License requirements: None.

Parameters
entitypoint to be added
flipDirectionflip the direction of arc
unsafe void NXOpen.CAE.OrderedSelection.Add ( NXOpen.Conic  entity,
bool  flipDirection 
)

Adds a conic to the list

Created in NX11.0.0

License requirements: None.

Parameters
entitypoint to be added
flipDirectionflip the direction of conic
unsafe void NXOpen.CAE.OrderedSelection.Add ( NXOpen.Spline  entity,
bool  flipDirection 
)

Adds a spline to the list

Created in NX11.0.0

License requirements: None.

Parameters
entitypoint to be added
flipDirectionflip the direction of spline
unsafe void NXOpen.CAE.OrderedSelection.Add ( NXOpen.SelectionMethod  selectionMethod)

Adds objects contained in the method to the list

Created in NX11.0.0

License requirements: None.

Parameters
selectionMethodselection method containing objects to add
unsafe void NXOpen.CAE.OrderedSelection.Clear ( )

Removes all objects from the list

Created in NX11.0.0

License requirements: None.

unsafe void NXOpen.CAE.OrderedSelection.Remove ( NXOpen.TaggedObject  entity)

Removes a tagged object from the list

Created in NX11.0.0

License requirements: None.

Parameters
entityobject to be removed
unsafe void NXOpen.CAE.OrderedSelection.Remove ( NXOpen.SelectionMethod  selectionMethod)

Removes objects contained in the method from the list

Created in NX11.0.0

License requirements: None.

Parameters
selectionMethodselection method containing objects to remove

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