Curve Type Declarations

Type Aliases

void

A3DCrvBase

void

A3DCrvBlend02Boundary

void

A3DCrvNurbs

void

A3DCrvCircle

void

A3DCrvComposite

void

A3DCrvOnSurf

void

A3DCrvEllipse

void

A3DCrvEquation

void

A3DCrvHelix

void

A3DCrvHyperbola

void

A3DCrvIntersection

void

A3DCrvLine

void

A3DCrvOffset

void

A3DCrvParabola

void

A3DCrvPolyLine

void

A3DCrvTransform

Detailed Description

group a3d_curves_type

Version

2.0

Type Alias Documentation

typedef void A3DCrvBase

Abstract type for a geometric curve.

See also

Curves Module

typedef void A3DCrvBlend02Boundary

Blend02Boundary curve.

typedef void A3DCrvNurbs

NURBS curve.

See also

A3DCrvNurbsData

See also

NURBS Curve

typedef void A3DCrvCircle

Circular curve.

See also

A3DCrvCircleData

See also

Circular Curve

typedef void A3DCrvComposite

Composite curve.

See also

Composite Curve

typedef void A3DCrvOnSurf

On-surface curve.

See also

A3DCrvOnSurfData

See also

Curve On Surface

typedef void A3DCrvEllipse

Elliptic curve.

See also

Elliptic Curve

typedef void A3DCrvEquation

Equation curve.

See also

Equation Curve

typedef void A3DCrvHelix

Helical curve.

See also

A3DCrvHelixData

See also

Helix Curve

typedef void A3DCrvHyperbola

Hyperbolic curve.

See also

Hyperbolic Curve

typedef void A3DCrvIntersection

Intersection curve.

typedef void A3DCrvLine

Linear curve.

See also

A3DCrvLineData

See also

Linear Curve

typedef void A3DCrvOffset

Offset curve.

See also

A3DCrvOffsetData

See also

Offset Curve

typedef void A3DCrvParabola

Parabolic curve.

See also

Parabolic Curve

typedef void A3DCrvPolyLine

Polygonal curve.

See also

Polyline Curve

typedef void A3DCrvTransform

Transform curve.

See also

Transform Curve