RVTDocs.com
Namespace: Autodesk.Revit.DB

FabricationService

Class
Description:
This object contains information about a fabrication service.
Remarks:
A fabrication service defines what fabrication service buttons that can be used. Fabrication services are part of the fabrication configuration.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.FabricationService
Syntax
FabricationService Class Members:
Name Description Inherited From
Abbreviation The short name of service.
FabricationSystemName The fabrication system name of the service.
IsValidObject Specifies whether the .NET object represents a valid Revit entity.
Name The name of the service.
PaletteCount The number of palettes in the service.
ServiceId The service identifier of the service.
Name Description Inherited From
Dispose Releases all resources used by the FabricationService
Equals Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
GetButton Gets the service button for a given palette index and button index from the service.
GetButtonCount Gets the number of buttons for a given palette in the service.
GetHashCode Serves as the default hash function. (Inherited from Object ) Object
GetPaletteName Gets the name of a palette based on palette index.
GetType Gets the Type of the current instance. (Inherited from Object ) Object
IsCompatibleWith 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.
IsPaletteExcluded 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.
IsValidButtonIndex Validates the button index.
IsValidPaletteIndex Validates the palette index.
OverrideServiceButtonExclusion 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.
ResetServiceExclusionOverrides Resets the overridden service palette and button exclusions back to default, as defined by the configuration.
SetServicePaletteExclusions 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.
ToString Returns a string that represents the current object. (Inherited from Object ) Object