Share

AcGePointOnSurface::AcGePointOnSurface

C++

GE_DLLEXPIMPORT AcGePointOnSurface(
    const AcGeSurface& surf, 
    const AcGePoint2d& param
);

Description

Constructs a point on the input surface at the specified parameter value.

Parameters

Parameters Description
surf Input any 3D surface
param Input parameter value on surface

Links

AcGePointOnSurface

Was this information helpful?