2027 Members
Changes 0
M

FabricationService Methods

Name Return Type Description Inherited From
M Dispose() None
M Equals None Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
M GetButton(Int32, Int32) FabricationServiceButton Gets the service button for a given palette index and button index from the service.
M GetButtonCount(Int32) Int32 Gets the number of buttons for a given palette in the service.
M GetHashCode None Serves as the default hash function. (Inherited from Object ) Object
M GetPaletteName(Int32) String Gets the name of a palette based on palette index.
M GetType None Gets the Type of the current instance. (Inherited from Object ) Object
M IsCompatibleWith(FabricationService) Boolean Check whether the service is broadly interchangable with another one without affecting part geometry. The services must have the same fabrication system template and specification.
M IsPaletteExcluded(Int32) Boolean Get whether a service palette is excluded from being used by the Route and Fill, Design to Fabrication, or Multi Point Routing commands. The default configuration values may be overridden by SetServicePaletteExclusions.
M IsValidButtonIndex(Int32, Int32) Boolean Validates the button index.
M IsValidPaletteIndex(Int32) Boolean Validates the palette index.
M OverrideServiceButtonExclusion(Int32, Int32, Boolean) None Overrides the default service button exclusions, used by Route and Fill, Design to Fabrication, or Multi Point Routing for the current user and session only.
M ResetServiceExclusionOverrides() None Resets the overridden service palette and button exclusions back to default, as defined by the configuration.
M SetServicePaletteExclusions(IList<Int32>) Boolean Sets the service palette exclusions, used by Route and Fill or Design to Fabrication commands, for the current user and session only. This will alter them from the default configuration exclusions to only exclude those palettes passed.
M ToString None Returns a string that represents the current object. (Inherited from Object ) Object