Click or drag to resize

SketchConversion Class

Sketch to visual curve conversion functions.
Inheritance Hierarchy
SystemObject
  Demo3D.SketchSketchConversion

Namespace: Demo3D.Sketch
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.01.00
Syntax
C#
public static class SketchConversion

The SketchConversion type exposes the following members.

Methods
 NameDescription
Public methodStatic memberConvertArc Converts a sketch arc entity to a VisualArc/
Public methodStatic memberConvertCircle Converts a sketch circle entity to a VisualCircle/
Public methodStatic memberConvertCurve Converts a sketch curve entity to a VisualCurve/
Public methodStatic memberConvertLine Converts a sketch line entity to a VisualLine/
Public methodStatic memberConvertSketch(SketchAspect) Converts a sketch aspect to a sorted VisualCompositeCurve.
Public methodStatic memberConvertSketch(SketchAspect, Boolean) Converts a sketch aspect to a VisualCompositeCurve.
Top
See Also