Name
gen_sphere_object_model_3d_centerT_gen_sphere_object_model_3d_centerGenSphereObjectModel3dCenterGenSphereObjectModel3dCenter — Create a 3D object model that represents a sphere from x,y,z coordinates.
Herror T_gen_sphere_object_model_3d_center(const Htuple X, const Htuple Y, const Htuple Z, const Htuple Radius, Htuple* ObjectModel3D)
void GenSphereObjectModel3dCenter(const HTuple& X, const HTuple& Y, const HTuple& Z, const HTuple& Radius, HTuple* ObjectModel3D)
static HObjectModel3DArray HObjectModel3D::GenSphereObjectModel3dCenter(const HTuple& X, const HTuple& Y, const HTuple& Z, const HTuple& Radius)
void HObjectModel3D::GenSphereObjectModel3dCenter(double X, double Y, double Z, double Radius)
static void HOperatorSet.GenSphereObjectModel3dCenter(HTuple x, HTuple y, HTuple z, HTuple radius, out HTuple objectModel3D)
static HObjectModel3D[] HObjectModel3D.GenSphereObjectModel3dCenter(HTuple x, HTuple y, HTuple z, HTuple radius)
void HObjectModel3D.GenSphereObjectModel3dCenter(double x, double y, double z, double radius)
gen_sphere_object_model_3d_centergen_sphere_object_model_3d_centerGenSphereObjectModel3dCenterGenSphereObjectModel3dCenterGenSphereObjectModel3dCenter creates a sphere-shaped 3D
primitive, i.e., a 3D object model that represents a sphere. A sphere
is defined by its center given in XXXXx, YYYYy, and
ZZZZz, and its radius given in RadiusRadiusRadiusRadiusradius. If several
sphere-shaped 3D primitives are created and the number of elements in
the parameter RadiusRadiusRadiusRadiusradius is 1, all spheres are created with the same
radius. The handle of the 3D object model is returned by the
parameter ObjectModel3DObjectModel3DObjectModel3DObjectModel3DobjectModel3D.
- Multithreading type: reentrant (runs in parallel with non-exclusive operators).
- Multithreading scope: global (may be called from any thread).
- Processed without parallelization.
This operator returns a handle. Note that the state of an instance of this handle type may be changed by specific operators even though the handle is used as an input parameter by those operators.
XXXXx (input_control) point3d.x(-array) → HTupleHTupleHtuple (real / integer) (double / int / long) (double / Hlong) (double / Hlong)
The x-coordinate of the center point of
the sphere.
YYYYy (input_control) point3d.y(-array) → HTupleHTupleHtuple (real / integer) (double / int / long) (double / Hlong) (double / Hlong)
The y-coordinate of the center point of
the sphere.
ZZZZz (input_control) point3d.z(-array) → HTupleHTupleHtuple (real / integer) (double / int / long) (double / Hlong) (double / Hlong)
The z-coordinate of the center point of
the sphere.
The radius of the sphere.
Handle of the resulting 3D object model.
gen_sphere_object_model_3d_centergen_sphere_object_model_3d_centerGenSphereObjectModel3dCenterGenSphereObjectModel3dCenterGenSphereObjectModel3dCenter returns 2 (H_MSG_TRUE) if all parameters
are correct. If necessary, an exception is raised.
smallest_sphere_object_model_3dsmallest_sphere_object_model_3dSmallestSphereObjectModel3dSmallestSphereObjectModel3dSmallestSphereObjectModel3d
get_object_model_3d_paramsget_object_model_3d_paramsGetObjectModel3dParamsGetObjectModel3dParamsGetObjectModel3dParams,
sample_object_model_3dsample_object_model_3dSampleObjectModel3dSampleObjectModel3dSampleObjectModel3d,
clear_object_model_3dclear_object_model_3dClearObjectModel3dClearObjectModel3dClearObjectModel3d
gen_sphere_object_model_3dgen_sphere_object_model_3dGenSphereObjectModel3dGenSphereObjectModel3dGenSphereObjectModel3d
gen_cylinder_object_model_3dgen_cylinder_object_model_3dGenCylinderObjectModel3dGenCylinderObjectModel3dGenCylinderObjectModel3d,
gen_plane_object_model_3dgen_plane_object_model_3dGenPlaneObjectModel3dGenPlaneObjectModel3dGenPlaneObjectModel3d,
gen_box_object_model_3dgen_box_object_model_3dGenBoxObjectModel3dGenBoxObjectModel3dGenBoxObjectModel3d
3D Metrology