Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdModelerGeometry::createWedge Method
Syntax
C++
virtual void createWedge(double xLen, double yLen, double zLen) = 0;

Creates a WCS aligned wedge centered about the world origin. 

 

Parameters
Description
xLen
[in] Dimension along the WCS X-axis.
yLen
[in] Dimension along the WCS Y-axis.
zLen
[in] Dimension along the WCS Z-axis.

The inclined face is defined by the points: 

( xLen/2, -yLen/2, -zLen/2) (-xLen/2, -yLen/2, zLen/2) ( xLen/2, yLen/2, -zLen/2) (-xLen/2, +yLen/2, zLen/2) 

The following constraints apply:

  • xLen >= 1e-6
  • yLen >= 1e-6
  • zLen >= 1e-6
Copyright © 2002-2022. Open Design Alliance All rights reserved.