NXOpen.UF.Path.CircularMotion Structure

NXOpen.UF.Path.CircularMotion is an alias for NXOpen.UF.PathCircularMotion_Struct

class NXOpen.UF.PathCircularMotion_Struct

Bases: object

Refer to UF_PATH_circular_motion_s for documentation.

Fields

NXOpen.UF.PathCircularMotion_Struct.Start this array specifies the start point x,y,z coordinates(this should be the end point of the previous motion)
NXOpen.UF.PathCircularMotion_Struct.StartToolAxis This array specifies the starting tool axis.
NXOpen.UF.PathCircularMotion_Struct.End this array specifies the end point x,y,z coordinates.
NXOpen.UF.PathCircularMotion_Struct.EndToolAxis This array specifies the ending tool axis.
NXOpen.UF.PathCircularMotion_Struct.ArcAxis this array specifies the vector which is the axis of the motion.
NXOpen.UF.PathCircularMotion_Struct.ArcCenter this array specifies the x,y,z coordinates of the center of the arc.
NXOpen.UF.PathCircularMotion_Struct.ArcRadius This is the radius of the arc.
NXOpen.UF.PathCircularMotion_Struct.Tolerance Tolerance to be used for arc fits.
NXOpen.UF.PathCircularMotion_Struct.FeedValue This is the feed rate value.
NXOpen.UF.PathCircularMotion_Struct.FeedUnit This specifies the units of the feed value.
NXOpen.UF.PathCircularMotion_Struct.Type This is the type of the motion.
NXOpen.UF.PathCircularMotion_Struct.MaterialSide This specifies the material side.
NXOpen.UF.PathCircularMotion_Struct.Shape This specifies the shape.