Public Member Functions | |
def | __init__ |
def | __repr__ |
def | add |
def | cross |
def | dot |
def | length |
def | mult |
def | norm |
def | sub |
Public Attributes | |
x | |
y | |
z |
Definition at line 36 of file FilletArc.py.
def Mod::PartDesign::Scripts::FilletArc::Vector::__init__ | ( | self, | ||
x, | ||||
y, | ||||
z | ||||
) |
Definition at line 37 of file FilletArc.py.
def Mod::PartDesign::Scripts::FilletArc::Vector::__repr__ | ( | self | ) |
Definition at line 62 of file FilletArc.py.
def Mod::PartDesign::Scripts::FilletArc::Vector::add | ( | self, | ||
vec | ||||
) |
Definition at line 41 of file FilletArc.py.
def Mod::PartDesign::Scripts::FilletArc::Vector::cross | ( | self, | ||
vec | ||||
) |
Definition at line 49 of file FilletArc.py.
def Mod::PartDesign::Scripts::FilletArc::Vector::dot | ( | self, | ||
vec | ||||
) |
Definition at line 45 of file FilletArc.py.
def Mod::PartDesign::Scripts::FilletArc::Vector::length | ( | self | ) |
Definition at line 54 of file FilletArc.py.
def Mod::PartDesign::Scripts::FilletArc::Vector::mult | ( | self, | ||
s | ||||
) |
Definition at line 47 of file FilletArc.py.
def Mod::PartDesign::Scripts::FilletArc::Vector::norm | ( | self | ) |
Definition at line 56 of file FilletArc.py.
def Mod::PartDesign::Scripts::FilletArc::Vector::sub | ( | self, | ||
vec | ||||
) |
Definition at line 43 of file FilletArc.py.
Definition at line 38 of file FilletArc.py.
Definition at line 39 of file FilletArc.py.
Definition at line 40 of file FilletArc.py.