MarkerModel Class

class NXOpen.CAE.Xyplot.MarkerModel

Bases: NXOpen.CAE.Xyplot.BasicModel

Represents a marker object on a plotting graph.

Not support KF.

New in version NX10.0.0.

Properties

Property Description
DisplayStyle Returns the model display style
PointIndex Returns the point index of marker model.
RecordIndex Returns the record index of marker model.
Tag Returns the Tag for this object.

Methods

Method Description
Delete Deletes the marker model
Find Finds the NXObject with the given identifier as recorded in a journal.

Property Detail

PointIndex

MarkerModel.PointIndex

Returns the point index of marker model.

-------------------------------------

Getter Method

Signature PointIndex()

Returns:Point index
Return type:int

New in version NX10.0.0.

License requirements: nx_ftk (“NX Advanced Graphing”)

RecordIndex

MarkerModel.RecordIndex

Returns the record index of marker model.

-------------------------------------

Getter Method

Signature RecordIndex()

Returns:Record index
Return type:int

New in version NX10.0.0.

License requirements: nx_ftk (“NX Advanced Graphing”)

Method Detail

Delete

MarkerModel.Delete

Deletes the marker model

Signature Delete()

New in version NX10.0.0.

License requirements: nx_ftk (“NX Advanced Graphing”)