NXOpen.UF.Draw.CreateSxviewFromDmv

Draw.CreateSxviewFromDmv()

Refer to UF_DRAW_create_sxview_from_dmv for documentation.

Signature: CreateSxviewFromDmv(drawingTag, parentViewTag, sectionType, sectionViewScale, cutDir, arrowDir, numSxsegs, segmentData, viewPlacementPt, expectPictorialSxview)

Parameters:
  • drawingTag (Tag) – Drawing tag.
  • parentViewTag (Tag) – Parent view tag.
  • sectionType (NXOpen.UF.Draw.SxlineType Refer to UF_DRAW_sxline_type_e for documentation.) – Type of the section.
  • sectionViewScale (float) – Section view scale.
  • cutDir (list of float) – Cut direction vector(unitized) relative to the model space cut_dir[0] = x value cut_dir[1] = y value cut_dir[2] = z value
  • arrowDir (list of float) – Arrow directionvector (unitized) relative to the model space arrow_dir[0] = x value arrow_dir[1] = y value arrow_dir[2] = z value
  • numSxsegs (int) – Number of sectionline segments
  • segmentData (list of NXOpen.UF.Draw.SxlineSxsegs Refer to UF_DRAW_sxline_sxsegs_s for documentation.) – Data of thesesection segments
  • viewPlacementPt (list of float) – Location of thesection view relative to the drawing.
  • expectPictorialSxview (bool) – Whether or notwe expect a pictorial sxview.
Returns:

Tag of the newlycreated section view.

Return type:

Tag

License requirements: DRAFTING