SketchConversionConvertCurve Method |
Namespace: Demo3D.SketchAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.01.00
Syntaxpublic static VisualCurve ConvertCurve(
SketchAspect sketch,
CurveEntity curveEntity
)
Parameters
- sketch SketchAspect
- The sketch aspect.
- curveEntity CurveEntity
- The curve entity belonging to the sketch aspect.
Return Value
VisualCurveThe equivalent visual curve.
See Also