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

Classes

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  SpacingList
 List of floating point values representing plate attachment spacings. 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 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.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