NXOpen.UF.Draw.CreateSimpleSxview

Draw.CreateSimpleSxview()

Refer to UF_DRAW_create_simple_sxview for documentation.

Signature: CreateSimpleSxview(dwgTag, sxviewScale, stepDir, arrowDir, pviewTag, cutObject, viewPlacementPt)

Parameters:
  • dwgTag (Tag) – Drawing tag
  • sxviewScale (float) – Section view scale
  • stepDir (list of float) – Step direction vector (unitized) relative to the drawing: step_dir[0] = x value step_dir[1] = y value step_dir[2] = z value
  • arrowDir (list of float) – Arrow direction vector (unitized) relative to the drawing. arrow_dir[0] = x value arrow_dir[1] = y value arrow_dir[2] = z value
  • pviewTag (Tag) – Parent view tag
  • cutObject (NXOpen.UF.Drf.Object Refer to UF_DRF_object_s for documentation.) – Object associated to cut segment
  • viewPlacementPt (list of float) – View placeme nt point on drawing in absolute drawing coordinates (x,y)
Returns:

Tag of newly created section view

Return type:

Tag

License requirements: DRAFTING