Functions | |
def | calcCounterboreDepth (standard, threadDia, standardBolt, standardsWashers=[]) |
def | getBaseDiameters (standard) |
def | getCounterboreDia (standard, threadDia, extraStandard="") |
def | getCountersinkAngle (standard, threadDia) |
def | getCountersinkDia (standard, threadDia) |
def | getRowStandards (standard) |
def | getStandards (holetype) |
def | getThreadCoreDiameter (standard, threadDia) |
def | getThreadFinishLength (standard, threadDia, length="normal") |
def | getThroughHoleDia (standard, threadDia, tolerance="medium") |
def | getThroughHoleStandard (standard) |
Variables | |
dictionary | aliases |
dictionary | sources |
dictionary | standards |
dictionary | standards_counterbore |
dictionary | standards_counterbore_extradepth |
dictionary | standards_counterbore_rows |
dictionary | standards_counterbore_through |
dictionary | standards_countersink |
int | standards_countersink_angle = 1 |
int | standards_countersink_dia = 0 |
dictionary | standards_thread |
int | standards_thread_flankdia = 1 |
int | standards_thread_innercoredia = 3 |
int | standards_thread_innerdepth = 5 |
int | standards_thread_outercoredia = 2 |
int | standards_thread_outerdepth = 4 |
int | standards_thread_pitch = 0 |
int | standards_thread_round = 6 |
dictionary | standards_threaded |
dictionary | standards_threaded_thread |
tuple | standards_threaded_types = ("normal", "short", "long") |
dictionary | standards_through |
tuple | standards_tolerance = ("fine", "medium", "coarse") |
int | StandardSource = 2 |
int | StandardTitle = 1 |
int | StandardType = 3 |
int | StandardYear = 0 |
def Mod.PartDesign.FeatureHole.Standards.calcCounterboreDepth | ( | standard, | |
threadDia, | |||
standardBolt, | |||
standardsWashers = [] |
|||
) |
def Mod.PartDesign.FeatureHole.Standards.getBaseDiameters | ( | standard | ) |
def Mod.PartDesign.FeatureHole.Standards.getCounterboreDia | ( | standard, | |
threadDia, | |||
extraStandard = "" |
|||
) |
def Mod.PartDesign.FeatureHole.Standards.getCountersinkAngle | ( | standard, | |
threadDia | |||
) |
def Mod.PartDesign.FeatureHole.Standards.getCountersinkDia | ( | standard, | |
threadDia | |||
) |
def Mod.PartDesign.FeatureHole.Standards.getRowStandards | ( | standard | ) |
def Mod.PartDesign.FeatureHole.Standards.getStandards | ( | holetype | ) |
def Mod.PartDesign.FeatureHole.Standards.getThreadCoreDiameter | ( | standard, | |
threadDia | |||
) |
def Mod.PartDesign.FeatureHole.Standards.getThreadFinishLength | ( | standard, | |
threadDia, | |||
length = "normal" |
|||
) |
def Mod.PartDesign.FeatureHole.Standards.getThroughHoleDia | ( | standard, | |
threadDia, | |||
tolerance = "medium" |
|||
) |
def Mod.PartDesign.FeatureHole.Standards.getThroughHoleStandard | ( | standard | ) |
dictionary Mod.PartDesign.FeatureHole.Standards.aliases |
dictionary Mod.PartDesign.FeatureHole.Standards.sources |
dictionary Mod.PartDesign.FeatureHole.Standards.standards |
dictionary Mod.PartDesign.FeatureHole.Standards.standards_counterbore |
dictionary Mod.PartDesign.FeatureHole.Standards.standards_counterbore_extradepth |
dictionary Mod.PartDesign.FeatureHole.Standards.standards_counterbore_rows |
dictionary Mod.PartDesign.FeatureHole.Standards.standards_counterbore_through |
dictionary Mod.PartDesign.FeatureHole.Standards.standards_countersink |
int Mod.PartDesign.FeatureHole.Standards.standards_countersink_angle = 1 |
int Mod.PartDesign.FeatureHole.Standards.standards_countersink_dia = 0 |
dictionary Mod.PartDesign.FeatureHole.Standards.standards_thread |
int Mod.PartDesign.FeatureHole.Standards.standards_thread_flankdia = 1 |
int Mod.PartDesign.FeatureHole.Standards.standards_thread_innercoredia = 3 |
int Mod.PartDesign.FeatureHole.Standards.standards_thread_innerdepth = 5 |
int Mod.PartDesign.FeatureHole.Standards.standards_thread_outercoredia = 2 |
int Mod.PartDesign.FeatureHole.Standards.standards_thread_outerdepth = 4 |
int Mod.PartDesign.FeatureHole.Standards.standards_thread_pitch = 0 |
int Mod.PartDesign.FeatureHole.Standards.standards_thread_round = 6 |
dictionary Mod.PartDesign.FeatureHole.Standards.standards_threaded |
dictionary Mod.PartDesign.FeatureHole.Standards.standards_threaded_thread |
tuple Mod.PartDesign.FeatureHole.Standards.standards_threaded_types = ("normal", "short", "long") |
dictionary Mod.PartDesign.FeatureHole.Standards.standards_through |
tuple Mod.PartDesign.FeatureHole.Standards.standards_tolerance = ("fine", "medium", "coarse") |
int Mod.PartDesign.FeatureHole.Standards.StandardSource = 2 |
int Mod.PartDesign.FeatureHole.Standards.StandardTitle = 1 |
int Mod.PartDesign.FeatureHole.Standards.StandardType = 3 |
int Mod.PartDesign.FeatureHole.Standards.StandardYear = 0 |