Navigation: Scripting Reference Manual > Functions & Subroutines > ElemAddParabolicTrough

 

ElemAddParabolicTrough

 

Contact Us: fredsupport@photonengr.com

 

Description

This function adds a Parabolic Trough type element primitive to the document using a T_ENTITY structure.

 

Syntax

epNode = ElemAddParabolicTrough( 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 = ElemAddParabolicTrough( ent )

Update

 

See Also

T_ENTITY

Element Primitive Script Commands

Element Composite (boolean) Script Commands

 

 

 

 

 

Copyright © Photon Engineering, LLC