Description This function adds a Hemisphere Solid type element primitive to the document using a T_ENTITY structure.
Syntax epNode = ElemAddHemisphereSolid( ent )
Parameters epNode ( Long ) Returned node number of the element primitive added to the document.
ent As T_ENTITY Structure containing the basic information about the element primitive including the name and description.
Remarks When the element primitive is added to the document it will have default parameter values. These parameter values can be altered using the appropriate Get/Set commands for element primitives.
Example Dim ent As T_ENTITY Dim eNode As Long InitEntity ent eNode = ElemAddHemisphereSolid( ent ) Update
See Also Element Primitive Script Commands Element Composite (boolean) Script Commands
|