Navigation: Scripting Reference Manual > Functions & Subroutines > AddConicArc

 

AddConicArc

 

Contact Us: fredsupport@photonengr.com

 

Description

Adds a new Conic Arc curve to the associated FRED document.

 

Syntax

n = AddConicArc ( entity, arc )

 

Parameters

n (Long)

Node number of the new conic arc curve.

 

entity As T_ENTITY

The basic entity data for the new curve.

 

arc As T_CONICARC

Structure containing the specific parameter data for the conic arc curve.

 

 

Remarks

This function adds a new conic arc curve to the associated FRED document and returns the identifier of the new curve.  A value of -1 is returned if the curve could not be created or added to the document.

 

The equation of the conic arc curve is

 

 

See Also

T_ENTITY

T_CONICARC

InitConicArc

SetConicArc

GetConicArc

Examples

Curves

 

 

 

 

 

Copyright © Photon Engineering, LLC