PoErrorPointFieldskeletonType Property |
Defines the skeleton associated to errors.
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoSFEnum<PoErrorPointFieldSkeletonTypes> skeletonType { get; }
Public ReadOnly Property skeletonType As SoSFEnum(Of PoErrorPointFieldSkeletonTypes)
Get
public:
property SoSFEnum<PoErrorPointFieldSkeletonTypes>^ skeletonType {
SoSFEnum<PoErrorPointFieldSkeletonTypes>^ get ();
}
member skeletonType : SoSFEnum<PoErrorPointFieldSkeletonTypes> with get
Property Value
Type:
SoSFEnumPoErrorPointFieldSkeletonTypesRemarks The skeleton can be a cross, a bar or no skeleton.
See Also