Classes | |
class | GenerateFileForType |
No documentation available. More... | |
class | Setup |
No documentation available. More... |
Functions | |
def | CNCMaterial |
def | CNCMember |
def | CNCXML |
def | DownloadMaterialsWithSetup |
def | DownloadMaterialsWithSetupFile |
def | DownloadMembersWithSetup |
def | DownloadMembersWithSetupFile |
def | GetSetups |
def | MaterialToCNCTransform |
def CNC.CNCMaterial | ( | arg1, | |
arg2 | |||
) |
C++ signature : void CNCMaterial(boost::python::list,std::string)
def CNC.CNCMember | ( | arg1, | |
arg2 | |||
) |
C++ signature : void CNCMember(boost::python::list,std::string)
def CNC.CNCXML | ( | member_numbers, | |
output_destination, | |||
separate_files = CNC.GenerateFileForType.WHOLE_SELECTION , |
|||
group_by_phase = 0 , |
|||
generate_pdf = 0 , |
|||
setup = <CNC.Setup object at 0x1e665280> |
|||
) |
Examples: CNC.CNCXML([1,], 'output/filename.xml'), CNC.CNCXML([1,2], 'output', CNC.GenerateFileForType.EACH_MEMBER, setup=CNC.Setup('setup_name')) C++ signature : void CNCXML(boost::python::list,std::string [,CNC::SeparateType::EnumType=CNC.GenerateFileForType.WHOLE_SELECTION [,int=0 [,int=0 [,CNC::Setup=<CNC.Setup object at 0x1e665280>]]]])
def CNC.DownloadMaterialsWithSetup | ( | material_marks, | |
path, | |||
setup | |||
) |
Example: DownloadMaterialsWithSetup( [mark1,mark2], "downloadpath", Setup() ) C++ signature : void DownloadMaterialsWithSetup(boost::python::list,std::string,CNC::Setup)
def CNC.DownloadMaterialsWithSetupFile | ( | material_marks, | |
path, | |||
setup | |||
) |
Example: DownloadMaterialsWithSetupFile( [mark1,mark2], "downloadpath", "setup_filename" ) C++ signature : bool DownloadMaterialsWithSetupFile(boost::python::list,std::string,std::string)
def CNC.DownloadMembersWithSetup | ( | member_marks, | |
path, | |||
setup | |||
) |
Example: DownloadMembersWithSetup( [mark1,mark2], "downloadpath", Setup() ) C++ signature : void DownloadMembersWithSetup(boost::python::list,std::string,CNC::Setup)
def CNC.DownloadMembersWithSetupFile | ( | member_marks, | |
path, | |||
setup | |||
) |
Example: DownloadMembersWithSetupFile( [mark1,mark2], "downloadpath", "setup_filename" ) C++ signature : bool DownloadMembersWithSetupFile(boost::python::list,std::string,std::string)
def CNC.GetSetups | ( | args | ) |
C++ signature : boost::python::list GetSetups()
def CNC.MaterialToCNCTransform | ( | mtrl_mark, | |
sub_mtrl_idx, | |||
setup | |||
) |
Example: Transform3D t = MaterialToCNCTransform( material.piecemark, material.sub_mtrl_idx, "setup_filename" ) C++ signature : Xform MaterialToCNCTransform(std::string,int,std::string)