API Reference > OdGe Classes > OdGeSpunSurf Class > OdGeSpunSurf Constructor > OdGeSpunSurf::OdGeSpunSurf Constructor (OdGeCurve3d &, OdGePoint3d &, OdGeVector3d &)
OdGeSpunSurf::OdGeSpunSurf Constructor (OdGeCurve3d &, OdGePoint3d &, OdGeVector3d &)
Syntax
C++
OdGeSpunSurf(const OdGeCurve3d & pProfile, const OdGePoint3d & pBase, const OdGeVector3d & pAxis);
Parameters 
Description 
const OdGeCurve3d & pProfile 
[in] Profile curve to be spun.  
const OdGePoint3d & pBase 
[in] Rotational axis origin.  
const OdGeVector3d & pAxis 
[in] Axis around which the surface is spun. 

Constructor for the OdGeSpunSurf class.

Constructs a spun surface with the specified parameters, a start angle of rotation = 0, an end angle of rotation = Oda2PI, and refVector = (0,0,0).

Copyright © 2002–2020. Open Design Alliance. All rights reserved.