mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-18 11:20:21 +00:00
Mapping of vertical profiles with IfcGradientCurve
This commit is contained in:
@@ -51,7 +51,7 @@ taxonomy::ptr mapping::map_impl(const IfcSchema::IfcGradientCurve* inst) {
|
||||
auto xy = horizontal->evaluate(u);
|
||||
auto z = vertical->evaluate(u);
|
||||
Eigen::VectorXd vec(3);
|
||||
vec << xy(0), xy(1), z(2);
|
||||
vec << xy(0), xy(1), z(1);
|
||||
return vec;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user