![]() |
Cyclone 3DR Script
from Technodigit, part of Hexagon. Copyright 1997-2025.
|
Provide surface point manipulation and creation methods. More...
Public Member Functions | |
| SPoint | GetPoint () |
| Return the SPoint of this surface point. | |
| SVector | GetVector () |
| Get the SVector of this surface point. | |
| SSurfacePoint () | |
| Default constructor to create an empty new SSurfacePoint. | |
| SSurfacePoint (SPoint point, SVector vector) | |
| Construct an SSurfacePoint from an SPoint and an SVector. | |
| SSurfacePoint (SSurfacePoint other) | |
| Construct an SSurfacePoint by copying another SSurfacePoint. | |
| string | toString () |
| Get the type of the variable. | |
Static Public Member Functions | |
| static SSurfacePoint | New () |
| Default constructor to create an empty new SSurfacePoint. | |
| static SSurfacePoint | New (SPoint point, SVector vector) |
| Construct an SSurfacePoint from an SPoint and an SVector. | |
| static SSurfacePoint | New (SSurfacePoint other) |
| Construct an SSurfacePoint by copying another SSurfacePoint. | |
Provide surface point manipulation and creation methods.
| SSurfacePoint::SSurfacePoint | ( | SSurfacePoint | other | ) |
Construct an SSurfacePoint by copying another SSurfacePoint.
| other | (SSurfacePoint) The SSurfacePoint to copy. |
| SPoint SSurfacePoint::GetPoint | ( | ) |
| SVector SSurfacePoint::GetVector | ( | ) |
|
static |
Default constructor to create an empty new SSurfacePoint.
|
static |
Construct an SSurfacePoint from an SPoint and an SVector.
| point | (SPoint) The SPoint of the surface point. |
| vector | (SVector) The normal of the surface point. |
|
static |
Construct an SSurfacePoint by copying another SSurfacePoint.
| other | (SSurfacePoint) The SSurfacePoint to copy. |
| string SSurfacePoint::toString | ( | ) |
Get the type of the variable.