HyperWorks Desktop

*Orientation()

Indicates the plane settings used to define a section cut in HyperView's Section Cut panel.

*Orientation()

Indicates the plane settings used to define a section cut in HyperView's Section Cut panel.

Previous topic Next topic No expanding text in this topic  

*Orientation()

Indicates the plane settings used to define a section cut in HyperView's Section Cut panel.

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

Syntax

*Orientation(axis, orient_coords)

Arguments

Name

Description

 

axis

Axis of the section plane.  Options include:

XYZ axis
N1/N2/N3
Normal to screen

 

orient_coords

The axis coordinates.  Options include:

1, 0, 0: X axis
0, 1, 0: Y axis
0, 0, 1: Z axis

Example

*BeginSectionCut("Section 1", "NonPlanarSection", On)

   *SectionType(CrossSection, 0.383854, Above)

   *SectionType(ClippingPlane, Above)

   *Orientation(YAxis, 0, 1, 0)

   *Base(0, 1.43968, 0)

   *PlaneD(1.43968)

   *Color(0, 0, 255)

   *OverrideColor(CustomColor)

   *DeformedTime(1.00000000)

*EndSectionCut()

Application

HyperView.

See also

 

*BeginSectionCut()

List of Session Statements