Solid Objects
This section describes how to access solids, parts, and their contents.
The term “solid” denotes a part or an assembly. The object is called ProSolid and is declared as an opaque handle. It is an instance of ProMdl and can be cast to that type to use functions that have the prefix “ProMdl”.
Creating a Solid
Function Introduced:
• ProSolidMdlnameCreate()
The function ProSolidMdlnameCreate() creates an empty part or assembly with the specified name, and provides a handle to the new object. It does not make the new solid current, nor does it display the solid. In 7.0.0.0 and later, an empty part is created with absolute accuracy, by default. Refer to the help for more information on Model Accuracy.