#include <moldtool.h>
Inheritance diagram for CreateMouldParam:
Public Member Functions | |
CreateMouldParam (Path *pPath, MouldSpace mSpace, BOOL FitObjects, BOOL Lock) | |
Public Attributes | |
Path * | ParamShape |
MouldSpace | ParamSpace |
BOOL | FitSelection |
BOOL | LockAspect |
Definition at line 278 of file moldtool.h.
|
Definition at line 283 of file moldtool.h. 00283 : OpParam(0, 0) \ 00284 { ParamShape = pPath; 00285 ParamSpace = mSpace; 00286 FitSelection = FitObjects; 00287 LockAspect = Lock; 00288 }
|
|
Definition at line 292 of file moldtool.h. |
|
Definition at line 293 of file moldtool.h. |
|
Definition at line 290 of file moldtool.h. |
|
Definition at line 291 of file moldtool.h. |