HybridShapeSphere (Object)

Represents the hybrid shape sphere feature object.
Role: To access the data of the hybrid shape sphere explicit feature object.
The Sphere feature : a Sphere is made up of 4 angles parameters.
See also:

Properties


Property Axis() As
Returns or sets axis on the object.
Parameters:
oDir
return value for CATScript applications, with (IDLRETVAL) function type
See also:
See also:
Property BeginMeridianAngle() As (Read Only)
Returns BeginMeridianAngle on the object.
Parameters:
oAngle
return value for CATScript applications, with (IDLRETVAL) function type
See also:
See also:
Property BeginParallelAngle() As (Read Only)
Returns BeginParallelAngle on the object.
Parameters:
oAngle
return value for CATScript applications, with (IDLRETVAL) function type
See also:
See also:
Property Center() As
Returns or sets the sphere center.
Sub-element(s) supported (see object): .
Example:
This example retrieves in HybShpSphereCenter the center of the HybShpSphere hybrid shape sphere.
 Dim HybShpSphereCenter As Reference
 HybShpSphereCenter = HybShpSphere.Center
 
Property EndMeridianAngle() As (Read Only)
Returns EndMeridianAngle on the object.
Parameters:
oAngle
return value for CATScript applications, with (IDLRETVAL) function type
See also:
See also:
Property EndParallelAngle() As (Read Only)
Returns EndParallelAngle on the object.
Parameters:
oAngle
return value for CATScript applications, with (IDLRETVAL) function type
See also:
See also:
Property Limitation( iLimitationType)
Returns whether the sphere is created as a whole sphere or not.
Legal values: 0 for a sphere with angles and 1 for a whole sphere.
Example:
 
Property Radius() As (Read Only)
Role: Get sphere radius.
Parameters:
oRadius
Sphere radius return value for CATScript applications, with (IDLRETVAL) function type
See also:
See also:

Methods


Sub SetBeginMeridianAngle( iAngle)
Sets BeginMeridianAngle on the object.
Parameters:
iAngle
See also:
See also:
Sub SetBeginParallelAngle( iAngle)
Sets BeginParallelAngle on the object.
Parameters:
iAngle
See also:
See also:
Sub SetEndMeridianAngle( iAngle)
Sets EndMeridianAngle on the object.
Parameters:
iAngle
See also:
See also:
Sub SetEndParallelAngle( iAngle)
Sets EndParallelAngle on the object.
Parameters:
iAngle
See also:
See also:
Sub SetRadius( iRadius)
Sets Radius on the object.
Parameters:
iAngle
See also:
See also: