Functions | |
void | Set_Circular_Center (double x, double y, double z) |
void | Set_Circular_Center_By_Key (HC_KEY key, double x, double y, double z) |
void Set_Circular_Center | ( | double | x, | |
double | y, | |||
double | z | |||
) |
Allows the user to override the calculated center point for circle-based geometries such as circles, circular wedges, arcs, and chords.
x | - X-coordinate of the new centerpoint. | |
y | - Y-coordinate of the new centerpoint. | |
z | - Z-coordinate of the new centerpoint. |
void Set_Circular_Center_By_Key | ( | HC_KEY | key, | |
double | x, | |||
double | y, | |||
double | z | |||
) |
Similar to Set_Circular_Center(), but operates on a piece of geometry identified by a key.
key | - Unique identifier for a piece of circular geometry. | |
x | - X-coordinate of the new centerpoint. | |
y | - Y-coordinate of the new centerpoint. | |
z | - Z-coordinate of the new centerpoint. |