Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdGeSpunSurf Class
Syntax
C++
class OdGeSpunSurf : public OdGeSurface;

A spun surface has a parametric representation of the form: R( u, v ) = Z( u ) + ( C( u ) - Z( u ))cos( v ) + A X ( C( u ) - Z( u ) ) sin( v) where

  • C(u) is the profile curve
  • Z(u) is the projection of C(u) onto the spin axis
  • A is the spin axis direction (unit vector)
  • C must not be an intersection curve or a trimmed curve

OdGeSpunSurfOdGeSpunSurfOdGeSpunSurf

File: GeSpunSurf.h 

Module: API Reference 

Show:
No members matching the current filter
Show:
No members matching the current filter
Show:
No members matching the current filter

Z(u) = P + ( ( C( u ) - P ) . A )A where P is a reference point on the axis. 

For internal use only. 

Corresponding C++ library: TD_Ge 

 

Copyright © 2002-2022. Open Design Alliance All rights reserved.