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 dd>
- 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 dd>
- 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 dd>
- See also:
- See also:
- Property Center() As
-
Returns or sets the sphere center.
Sub-element(s) supported (see object): .- Example:
-
This example retrieves in
HybShpSphereCenterthe center of theHybShpSpherehybrid 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 dd>
- 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 dd>
- 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:
-
- Parameters:
-
- oRadius
- Sphere radius return value for CATScript applications, with (IDLRETVAL) function type dd>
- See also:
- See also:
Methods
- Sub SetBeginMeridianAngle( iAngle)
-
Sets BeginMeridianAngle on the object.
- Parameters:
-
- iAngle
- dd>
- See also:
- See also:
- Sub SetBeginParallelAngle( iAngle)
-
Sets BeginParallelAngle on the object.
- Parameters:
-
- iAngle
- dd>
- See also:
- See also:
- Sub SetEndMeridianAngle( iAngle)
-
Sets EndMeridianAngle on the object.
- Parameters:
-
- iAngle
- dd>
- See also:
- See also:
- Sub SetEndParallelAngle( iAngle)
-
Sets EndParallelAngle on the object.
- Parameters:
-
- iAngle
- dd>
- See also:
- See also:
- Sub SetRadius( iRadius)
-
Sets Radius on the object.
- Parameters:
-
- iAngle
- dd>
- See also:
- See also: