NXOpen.UF.Modl.BlendFacesLimitData Structure

NXOpen.UF.Modl.BlendFacesLimitData is an alias for NXOpen.UF.ModlBlendFacesLimitData_Struct

class NXOpen.UF.ModlBlendFacesLimitData_Struct

Bases: object

Refer to UF_MODL_blend_faces_limit_data_s for documentation.

Fields

NXOpen.UF.ModlBlendFacesLimitData_Struct.UseStartLimit If TRUE, the blend is trimmed to start in a constant parameter line determined by a start limiting plane.
NXOpen.UF.ModlBlendFacesLimitData_Struct.StartLimit Definition of the start limit plane (point and a normal vector).
NXOpen.UF.ModlBlendFacesLimitData_Struct.UseEndLimit If TRUE, the blend is trimmed to end in a constant parameter line determined by a start limiting plane.
NXOpen.UF.ModlBlendFacesLimitData_Struct.EndLimit Definition of the end limit plane (point and a normal vector).
NXOpen.UF.ModlBlendFacesLimitData_Struct.UseHelpPoint If TRUE, use a help point to differentiate between multiple alternative possible blends between the faces.
NXOpen.UF.ModlBlendFacesLimitData_Struct.HelpPoint Coordinates of the help point.