FUNCTION IsPlanarObj(
object : HANDLE;
VAR refID : LONGINT): BOOLEAN;def vs.IsPlanarObj(object):
return (BOOLEAN, refID)| Name | Type | Description |
|---|---|---|
| object | HANDLE | Object to test |
| refID | LONGINT | If object is planar, returns the planar refID of its plane |
This function always seems to return 0 for refID, no matter which plane the object being tested is located. Use GetPlanarRef instead to find the planar refID of a given planar object.
Availability: from Vectorworks 2016