Sketch

Sketch

Class Sketch

Constructors

  • Sketch(name ,referencePlane )
  • Sketch(name ,referencePlane ,coordSys )

Fields Summary

Field
Description
coordSys
Coordinate system of the Sketch
faces
Faces of the Sketch
lines
Lines of the Sketch
name
Name of the Sketch
points
Points of the Sketch
referencePlane
Reference plane

Methods Summary

Method
Description
closeContext
Close Sketch context
openContext
Open a sketch
setInvisible
Set selected sketch invisible
setVisible
Set selected sketch visible

Fields Details

coordSys
coordSys : Coordinate system of the Sketch - [0..1] CoordSys
faces
faces : Faces of the Sketch - [0..N] Face
lines
lines : Lines of the Sketch - [0..N] Line
name
name : Name of the Sketch - [1..1] String
points
points : Points of the Sketch - [0..N] Point
referencePlane
referencePlane : Reference plane - [1..1] ReferencePlane

Method Details

closeContext
  • Syntax

    closeContext()

  • Parameters

    No parameter

  • Returns

    No return value

openContext
  • Syntax

    openContext()

  • Parameters

    No parameter

  • Returns

    No return value

setInvisible
  • Syntax

    setInvisible()

  • Parameters

    No parameter

  • Returns

    No return value

setVisible
  • Syntax

    setVisible()

  • Parameters

    No parameter

  • Returns

    No return value