HyperWorks Desktop

*BeginSectionCut()

Denotes the beginning of the list of section cuts for a graphic window when using an MBD file.

*BeginSectionCut()

Denotes the beginning of the list of section cuts for a graphic window when using an MBD file.

Previous topic Next topic No expanding text in this topic  

*BeginSectionCut()

Denotes the beginning of the list of section cuts for a graphic window when using an MBD file.

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

Syntax

*BeginSectionCut()

Example

*BeginGraphic()

• • •

  *BeginSectionCut()

     *Edges(On)

     *Features(On)

     *FilledSolids(On)

     *PlanarSection("Section 1", On, 1, -0.134252, 0.895013, 0.425357, 7, 0)

     *NonPlanarSection("Section 2", On, 0, 1, 0, 0, 2)

     *NonPlanarSection("Section 3", On, 0, 0, 1,
      -22.4007, 3)

  *EndSectionCut()

• • •

*EndGraphic()

Application

HyperView.

Context

*BeginGraphic()

Comments

Each *BeginGraphic() - *EndGraphic() block contains a *BeginSectionCut() - *EndSectionCut() block.  At a minimum, these blocks will contain the *Edges(), *Features() and *FilledSolids() statements.  If there are any section cuts defined in the animation window, there will also be one or more *PlanarSection() and *NonPlanarSection() statements.

This statement is only used with an MBD file.  See *RenderOptions() if you are using an FEA file.

See also

 

*BeginGraphic()

*Edges()

*EndGraphic()

*EndSectionCut()

*Features()

*FilledSolids()

*NonPlanarSection()

*PlanarSection()

*RenderOptions()

List of Session Statements