API Reference > OdGe Classes > OdGeRuled Class > OdGeRuled Constructor > OdGeRuled::OdGeRuled Constructor (OdGeCurve3d &, OdGePoint3d &)
OdGeRuled::OdGeRuled Constructor (OdGeCurve3d &, OdGePoint3d &)
Syntax
C++
OdGeRuled(const OdGeCurve3d & pProfileCurve1, const OdGePoint3d & pPoint2);
Parameters 
Description 
const OdGeCurve3d & pProfileCurve1 
[in] A profile curve that is used to construct the ruled surface.  
const OdGePoint3d & pPoint2 
[in] A point that is used to construct the ruled surface. 

Constructor for the OdGeRuled class. 

 

The constructor constructs a ruled surface by sweeping a line between specified profile curve and point.

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