Class: module:model/JobSvfOutputPayloadAdvanced

module:model/JobSvfOutputPayloadAdvanced(theData, obj)

new module:model/JobSvfOutputPayloadAdvanced(theData, obj)

Constructs a new JobSvfOutputPayloadAdvanced.

Parameters:
Name Type Description
theData Object

The plain JavaScript object bearing properties of interest.

obj module:model/JobSvfOutputPayloadAdvanced

Optional instance to populate.

Source:

Members

(static) constructFromObject

Constructs a JobSvfOutputPayloadAdvanced from a plain JavaScript object, optionally creating a new instance. Copies all relevant properties from data to obj if supplied or a new instance if not.

Source:

(static, readonly) ConversionMethodEnum :String

Allowed values for the materialMode property.

Type:
  • String
Properties:
Name Type Description
legacy String

value: "legacy"

modern String

value: "modern"

Source:

(static, readonly) IfcOptionsEnum :String

Allowed values for the buildingStoreys spaces openingElements property.

Type:
  • String
Properties:
Name Type Description
hide String

value: "hide"

show String

value: "show"

skip String

value: "skip"

Source:

(static, readonly) MaterialModeEnum :String

Allowed values for the materialMode property.

Type:
  • String
Properties:
Name Type Description
auto String

value: "auto"

basic String

value: "basic"

autodesk String

value: "auto"

Source:

(inner) autodeskMaterialProperties :Boolean

An option to be specified when the input file type is Navisworks. true: Extract properties for Autodesk materials. false: (Default) Do not extract properties for Autodesk materials.

Type:
  • Boolean
Default Value:
  • false
Source:

(inner) basicMaterialProperties :Boolean

An option to be specified when the input file type is Navisworks. true: Extract properties for basic materials. false: (Default) Do not extract properties for basic materials.

Type:
  • Boolean
Default Value:
  • false
Source:

(inner) buildingStoreys :module:model/JobSvfOutputPayloadAdvanced.IfcOptionsEnum

An option to be specified when the input file type is IFC. Specifies how stories are translated. Available options are:

  • hide - (default) storeys are extracted but not visible by default.
  • show - storeys are extracted and are visible by default.
  • skip - storeys are not translated. Note These options are applicable only when conversionMethod is set to modern.
Type:
Source:

(inner) conversionMethod :module:model/JobSvfOutputPayloadAdvanced.ConversionMethodEnum

An option to be specified when the input file type is IFC. Specifies what IFC loader to use during translation. Available options are:

  • legacy - Use the Navisworks IFC loader.
  • modern - Use the newer Revit IFC loader. If both switchLoader and conversionMethod are specified, Model Derivative uses the conversionMethod parameter. If conversionMethod is not specified, Model Derivative uses the switchLoader parameter.
Type:
Source:

(inner) generateMasterViews :Boolean

An option to be specified when the input file type is Revit. Generates master views when translating from the Revit input format to SVF. This option is ignored for all other input formats. This attribute defaults to false.

Type:
  • Boolean
Default Value:
  • false
Source:

(inner) hiddenObjects :Boolean

An option to be specified when the input file type is Navisworks. true: Extract hidden objects from the input file. false: (Default) Do not extract hidden objects from the input file.

Type:
  • Boolean
Default Value:
  • false
Source:

(inner) materialMode :module:model/JobSvfOutputPayloadAdvanced.MaterialModeEnum

An option to be specified when the input file type is Revit. Specifies the materials to apply to the generated SVF derivatives. Available options are:

  • auto - (Default) Use the current setting of the default view of the input file.
  • basic - Use basic materials.
  • autodesk - Use Autodesk materials.
Type:
Source:

(inner) openingElements :module:model/JobSvfOutputPayloadAdvanced.IfcOptionsEnum

An option to be specified when the input file type is IFC. Specifies how openings are translated. Available options are:

  • hide - (default) openings are translated but are not visible by default.
  • show - openings are translated and are visible by default.
  • skip - openings are not translated. Note These options are applicable only when conversionMethod is set to modern.
Type:
Source:

(inner) spaces :module:model/JobSvfOutputPayloadAdvanced.IfcOptionsEnum

An option to be specified when the input file type is IFC. Specifies how spaces are translated. Available options are:

  • hide - (default) spaces are translated but are not visible by default.
  • show - spaces are translated and are visible by default.
  • skip - spaces are not translated. Note These options are applicable only when conversionMethod is set to modern.
Type:
Source:

(inner) timelinerProperties :Boolean

An option to be specified when the input file type is Navisworks. true: Extract timeliner properties. false: (Default) Do not extract timeliner properties.

Type:
  • Boolean
Default Value:
  • false
Source: