Solid Edge Framework Type Library
GetSectionPlanes Method
Specifies the number of section planes.
Specifies section plane positions. This array contains a number of elements equal to three times the number specified by the nPlanes parameter in x,y,z,x,y,z order.
Specifies section plane normals. This array contains a number of elements equal to three times the number specified by the nPlanes parameter in x,y,z,x,y,z order.
Specifies the color components of each plane's style. Each component has a range of 0 to 255. The array contains a number of elements equal to four times the number specified by the nPlanes parameter in red,green,blue,alpha,red,green,blue,alpha order.
Description
Gets in the referenced View object the definitions of the active section planes.
Syntax
Visual Basic
Public Sub GetSectionPlanes( _
   ByRef pnPlanes As Long, _
   Optional ByRef Positions As Variant, _
   Optional ByRef Normals As Variant, _
   Optional ByRef FaceStyles As Variant _
) 
Parameters
pnPlanes
Specifies the number of section planes.
Positions
Specifies section plane positions. This array contains a number of elements equal to three times the number specified by the nPlanes parameter in x,y,z,x,y,z order.
Normals
Specifies section plane normals. This array contains a number of elements equal to three times the number specified by the nPlanes parameter in x,y,z,x,y,z order.
FaceStyles
Specifies the color components of each plane's style. Each component has a range of 0 to 255. The array contains a number of elements equal to four times the number specified by the nPlanes parameter in red,green,blue,alpha,red,green,blue,alpha order.
See Also

View Object  | View Members