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

Constructor for the OdGeRuled class. 

 

The constructor constructs a ruled surface by sweeping a line between 2 specified profile curves.

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