PreDefGeom Class

A Predefined (in THREE.js) geometry, atm only BoxGeometry, others will be added as needed

Definition

Namespace: PCBI_3D.Exporter
Assembly: PCBI_3Dx (in PCBI_3Dx.dll) Version: 17.0.0.0 (17.0.0.0)
C#
public class PreDefGeom
Inheritance
Object    PreDefGeom

Constructors

PreDefGeomInitializes a new instance of the PreDefGeom class

Properties

BotMat Bottom side material of Predefined Geometry, in Base64
Center Center of Predefined Geometrz
GeomName name of Predefined Geometry
Height height of Predefined Geometry
Length Length of Predefined Geometry
TopMat topside material of Predefined Geometry, in Base64
Width width of Predefined Geometry

See Also