v1.1
 
ModelGeometry Class Reference

Model geometry. More...

Public Member Functions

 ModelGeometry ()
 Constructor.
 
self AddSolid (Solid solid)
 Add solid.
 
self AddGeometrySet2D (GeometrySet2D geometrySet, Placement3D oPlacement)
 Add 2D geometry set.
 
boolean operator== (ModelGeometry other)
 Checks for equality.
 
boolean operator~= (ModelGeometry other)
 Checks for inequality.
 

Detailed Description

Model geometry.

A set of geometric primitives that describe the representation of an object: symbol, detail or symbolic. It can include solids and 2D primitives. 2D primitives are not exported when exporting a 3D model to other formats.

Member Function Documentation

◆ operator==()

boolean operator== ( ModelGeometry other)

Checks for equality.

Since
v1.1

◆ operator~=()

boolean operator~= ( ModelGeometry other)

Checks for inequality.

Since
v1.1