*BeginSectionCut()

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

Syntax

*BeginSectionCut()

Application

HyperView

Context

*BeginGraphic()

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()

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.