![]() |
v2.47
|
|
This interface contains settings for creating connections in duct system. It can be created using method CreateDuctSystemConnectionParameters. More...
Public Member Functions | |
| HRESULT | AddDuctFittingStyle ([in] int ductFittingStyleId) |
| Add duct fitting style id. | |
| HRESULT | AddDuctStyleBranch ([in] int ductStyleId, [in] int insulationId) |
| Add duct style id for branch. | |
| HRESULT | AddDuctStyleMagistral ([in] int ductStyleId, [in] int insulationId) |
| Add duct style id for magistral. | |
| HRESULT | DeleteDuctFittingStyle ([in] int ductFittingStyleId) |
| Delete duct fitting style id. | |
| HRESULT | DeleteDuctStyleBranch ([in] int ductStyleId) |
| Delete duct style id for branch. | |
| HRESULT | DeleteDuctStyleMagistral ([in] int ductStyleId) |
| Delete duct style id for magistral. | |
| HRESULT | GetInsulationIdBranch ([in] int ductStyleId, [out, retval] int *pInsulationId) |
| Get insulation id for particalur duct style for branch. | |
| HRESULT | GetInsulationIdMagistral ([in] int ductStyleId, [out, retval] int *pInsulationId) |
| Get insulation id for particalur duct style for magistral. | |
| HRESULT | SetInsulationIdBranch ([in] int ductStyleId, [in] int insulationId) |
| Set insulation id for particalur duct style for branch. | |
| HRESULT | SetInsulationIdMagistral ([in] int ductStyleId, [in] int insulationId) |
| Set insulation id for particalur duct style for magistral. | |
This interface contains settings for creating connections in duct system. It can be created using method CreateDuctSystemConnectionParameters.
| HRESULT AddDuctFittingStyle | ( | [in] int | ductFittingStyleId | ) |
Add duct fitting style id.
For each duct fitting style you are going to add, next rules should work:
| HRESULT AddDuctStyleBranch | ( | [in] int | ductStyleId, |
| [in] int | insulationId ) |
Add duct style id for branch.
This method has the same restrictions as AddDuctStyleMagistral.
| HRESULT AddDuctStyleMagistral | ( | [in] int | ductStyleId, |
| [in] int | insulationId ) |
Add duct style id for magistral.
If there is no need to use insulation then set insulationId to "0".
For each duct style you are going to add, three rules should work:
| HRESULT GetInsulationIdBranch | ( | [in] int | ductStyleId, |
| [out, retval] int * | pInsulationId ) |
Get insulation id for particalur duct style for branch.
If there is no any insulation applied for that duct style, "0" will be returned.
| HRESULT GetInsulationIdMagistral | ( | [in] int | ductStyleId, |
| [out, retval] int * | pInsulationId ) |
Get insulation id for particalur duct style for magistral.
If there is no any insulation applied for that duct style, "0" will be returned.