All Frameworks  Object Hierarchy  This Framework  Previous  Next  Indexes  

HybridShapeSphere (Object)

IUnknown
  |
  +---IDispatch
    |
    +---CATBaseUnknown
      |
      +---CATBaseDispatch
        |
        +---AnyObject
          |
          +---HybridShape
            |
            +---HybridShapeSphere
 


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:
HybridShapeFactory

Property Index

Axis
Returns or sets axis on the object.
BeginMeridianAngle
Returns BeginMeridianAngle on the object.
BeginParallelAngle
Returns BeginParallelAngle on the object.
Center
Returns or sets the sphere center.
EndMeridianAngle
Returns EndMeridianAngle on the object.
EndParallelAngle
Returns EndParallelAngle on the object.
Limitation
Returns whether the sphere is created as a whole sphere or not.
Radius
Role: Get sphere radius.

Method Index

SetBeginMeridianAngle
Sets BeginMeridianAngle on the object.
SetBeginParallelAngle
Sets BeginParallelAngle on the object.
SetEndMeridianAngle
Sets EndMeridianAngle on the object.
SetEndParallelAngle
Sets EndParallelAngle on the object.
SetRadius
Sets Radius on the object.

Properties


o Property Axis() As CATIAReference
Returns or sets axis on the object.
Parameters:
oDir
return value for CATScript applications, with (IDLRETVAL) function type
See also:
Reference
See also:
HybridShapeFactory
o Property BeginMeridianAngle() As CATIAAngle (Read Only)
Returns BeginMeridianAngle on the object.
Parameters:
oAngle
return value for CATScript applications, with (IDLRETVAL) function type
See also:
Angle
See also:
HybridShapeFactory
o Property BeginParallelAngle() As CATIAAngle (Read Only)
Returns BeginParallelAngle on the object.
Parameters:
oAngle
return value for CATScript applications, with (IDLRETVAL) function type
See also:
Angle
See also:
HybridShapeFactory
o Property Center() As CATIAReference
Returns or sets the sphere center.
Sub-element(s) supported (see
Boundary object): Vertex.
Example:
This example retrieves in HybShpSphereCenter the center of the HybShpSphere hybrid shape sphere.
 Dim HybShpSphereCenter As Reference
 HybShpSphereCenter = HybShpSphere.Center
 
o Property EndMeridianAngle() As CATIAAngle (Read Only)
Returns EndMeridianAngle on the object.
Parameters:
oAngle
return value for CATScript applications, with (IDLRETVAL) function type
See also:
Angle
See also:
HybridShapeFactory
o Property EndParallelAngle() As CATIAAngle (Read Only)
Returns EndParallelAngle on the object.
Parameters:
oAngle
return value for CATScript applications, with (IDLRETVAL) function type
See also:
Angle
See also:
HybridShapeFactory
o Property Limitation(long 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:
o Property Radius() As CATIALength (Read Only)
Role: Get sphere radius.
Parameters:
oRadius
Sphere radius return value for CATScript applications, with (IDLRETVAL) function type
See also:
Length
See also:
HybridShapeFactory

Methods


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

Copyright © 2003, Dassault Systèmes. All rights reserved.