Click or drag to resize
PoCurve Properties

The PoCurve type exposes the following members.

Properties
  NameDescription
Public propertyboundingBoxIgnoring

Whether to ignore this node during bounding box traversal.

(Inherited from SoBaseKit.)
Public propertycurveRep

Defines the curve representation (polyline, smooth, stair, ...)

Public propertyfillingThreshold

Defines the threshold to fill the curve.

Public propertyisCurveFilled

Indicates if the curve is filled or not.

Public propertyIsDisposable
ISafeDisposable interface implementation.
(Inherited from SoDisposable.)
Public propertymarkerFilterType

Defines the type of marker filter.

Public propertymarkerIndexList

A list of points (of point) is selected by their indices.

Public propertymarkerIndexPeriod

One point (of point) in every consecutive markerIndexPeriod is selected.

Public propertymarkerString

The markers are defined by a string.

Public propertymarkerXList

A list of points (of the computed curve points) is selected by their abscises.

Public propertymarkerXPeriod

One point (of the computed curve points) in every markerXPeriod is selected.

Public propertypoint

Point list of the curve.

Public propertyraiseFilterType

Defines the type of raise filter.

Public propertyraiseIndexList

A list of points (of point) is selected by their indices.

Public propertyraiseIndexPeriod

One point (of point) in every consecutive raiseIndexPeriod is selected.

Public propertyraiseThreshold

Raise points are vertical lines joining the curve points and the specified threshold.

Public propertyraiseXList

A list of points (of the computed curve points) is selected by their abscises.

Public propertyraiseXPeriod

One point (of the computed curve points) in every raiseXPeriod is selected.

Public propertyUserData
Gets or sets the user data to be contained by the field container.
(Inherited from SoFieldContainer.)
Top
See Also