| PoCurve3curveRep Property  | 
Defines the curve representation (polyline, smooth or none). 
 
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic SoSFEnum<PoCurve3CurveReps> curveRep { get; }Public ReadOnly Property curveRep As SoSFEnum(Of PoCurve3CurveReps)
	Get
public:
property SoSFEnum<PoCurve3CurveReps>^ curveRep {
	SoSFEnum<PoCurve3CurveReps>^ get ();
}member curveRep : SoSFEnum<PoCurve3CurveReps> with get
Property Value
Type: 
SoSFEnumPoCurve3CurveReps
RemarksCURVE_POLYLINE by default. 
See Also