AnyCAD Rapid API 2023
Help you to create a better world!
ParametricGeometry Class Reference
Inheritance diagram for ParametricGeometry:
ParametricCurve ParametricCurve2d ParametricSurface

Public Member Functions

long GetId ()
 
void SetId (long val)
 
boolean IsValidGeometry ()
 
boolean Initialize (TopoShape topoShape)
 
TopoShape GetShape ()
 

Detailed Description

<>
geometry base class.

Member Function Documentation

◆ Initialize()

boolean ParametricGeometry.Initialize ( TopoShape  topoShape)

Use TopoShape to initialize the geometry.

Parameters
topoShapethe TopoShape
Returns
true if ok.

Reimplemented in ParametricCurve, ParametricCurve2d, and ParametricSurface.

◆ IsValidGeometry()

boolean ParametricGeometry.IsValidGeometry ( )

Test if valid.

Reimplemented in ParametricCurve, ParametricCurve2d, and ParametricSurface.