Ignore:
Timestamp:
03/16/21 23:59:15 (3 years ago)
Author:
Maciej Komosinski
Message:

Added a function to get voxels of sampled Model geometry from script

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/model/geometry/modelgeoclass.h

    r286 r1111  
    11// This file is a part of Framsticks SDK.  http://www.framsticks.com/
    2 // Copyright (C) 1999-2015  Maciej Komosinski and Szymon Ulatowski.
     2// Copyright (C) 1999-2021  Maciej Komosinski and Szymon Ulatowski.
    33// See LICENSE.txt for details.
    44
     
    1818        double cached_volume, cached_area;
    1919        Pt3D cached_sizes; Orient cached_axes;
     20        ExtObject cached_voxels;
    2021
    2122        Param par;
     
    3132        PARAMPROCDEF(p_volume);
    3233        PARAMPROCDEF(p_area);
     34        PARAMPROCDEF(p_voxels);
    3335        PARAMPROCDEF(p_sizesandaxes);
    3436#undef STATRICKCLASS
Note: See TracChangeset for help on using the changeset viewer.