SDS2 Parametric API
 All Classes Namespaces Functions Variables Pages
Classes | Functions
EmbedPlateModule Namespace Reference

Classes

class  DeformedBarAttachment
 Data representing a deformed bar attachment to an embed plate. More...
class  DeformedBarAttachmentList
 List of deformed bar attachments to embed plates. More...
class  EmbedPlateDefinition
 A single entry from the Embed Plate Schedule. More...
class  HoleAttachment
 Data representing a single hole attachment to an embed plate. More...
class  HoleAttachmentList
 List of hole attachments to embed plates. More...
class  StudAttachment
 Data representing a single stud attachment to an embed plate. More...
class  StudAttachmentList
 List of stud attachments to embed plates. More...

Functions

def bolt_size_reduction
def definition_schedule_select
def get_all_entries
def get_schedule_entry
def get_stud_surface_finish_dict
def valid_schedule_entry

Function Documentation

def EmbedPlateModule.bolt_size_reduction (   args)
Returns
Instance of type float
     Used to determine bolt/anchor size expected to fit through nailer holes.
def EmbedPlateModule.definition_schedule_select (   args)
Returns
Instance of type int
     Launches a selection dialog that permits a user to select an
     entry from the Embed Plate Schedule in the Job Setup
def EmbedPlateModule.get_all_entries (   args)
Returns
Instance of type list
     Returns a list of all available EmbedPlateDefinition entries from the Embed
     Plate Schedule
def EmbedPlateModule.get_schedule_entry (   arg1)
Returns
Instance of type EmbedPlateDefinition
     Returns an appropriate EmbedPlateDefinition entry from the Embed
     Plate Schedule
 
     Returns an appropriate EmbedPlateDefinition entry from the Embed
     Plate Schedule
Note
Additional signature: get_schedule_entry( (str)arg1) -> EmbedPlateDefinition
def EmbedPlateModule.get_stud_surface_finish_dict (   args)
Returns
Instance of type dict
     Returns a dict that contains permissible stud surface finishes
def EmbedPlateModule.valid_schedule_entry (   arg1)
Returns
Instance of type bool
     Returns true if an appropriate entry was found in the Embed Plate
     Schedule
 
     Returns true if an appropriate entry was found in the Embed Plate
     Schedule
Note
Additional signature: valid_schedule_entry( (str)arg1) -> bool