Share

Blueprintcreator

[Desktop Automation]

This class generates blueprints from single meshes. To create the blueprintcreator object call creator = system:createblueprintcreator(mesh).

Properties

Property Read/write Type Description
division read/write Integer Value of 0 to 3. Sets the division of the blueprint grid. Corresponds to no division, 1 cm, 5 cm, 10 cm.
subdivision read/write Integer Value of 0 to 6. Sets the subdivision of the blueprint grid. Corresponds to no division, 1 mm, 2 mm, 5 mm, 1 cm, 2 cm, 5 cm.
projection read/write Integer Value of 0 to 2. Sets the projection plane of the mesh. Corresponds to Y/Z, X/Z, X/Y.
paperstandard read/write Integer Value of 0 to 2. Switches between paper format standards ISO 216A, ANSI, and Custom, respectively. For Custom paper, also set paperwidth and paperheight.
papersize read/write Integer Value of 0 to 4. Sets the papersize depending on your paper standard. For ISO 216A, corresponds to DIN A0 to DIN A4. For ANSI, corresponds to ANSI E to A.
paperwidth read/write Number Sets the custom horizontal paper size. Only works with paperstandard 2.
paperheight read/write Number Sets the custom vertical paper size. Only works with paperstandard 2.
drawmeshgrid read/write Boolean Sets whether the mesh grid is drawn
drawshadowarea read/write Boolean Sets whether the mesh shadow is drawn

Back to top

Methods

Name Syntax Description
saveblueprint creator:saveblueprint (filepath:String; partname:String); Saves the blueprint as PDF to the given filepath. Partname is optional and is printed at the top of the PDF document.

Back to top

Was this information helpful?