PartUtils.GetPartMakerMethodToDivideVolumeFW
Method
Description:
Obtains the object allowing access to the divided volume properties of the PartMaker.
Obtains the object allowing access to the divided volume properties of the PartMaker.
Syntax
public static PartMakerMethodToDivideVolumes GetPartMakerMethodToDivideVolumeFW(
PartMaker partMaker
)
Parameters
| Parameter | Type | Description |
|---|---|---|
| partMaker | PartMaker | The PartMaker. |
Return Value
| Type | Description |
|---|---|
| PartMakerMethodToDivideVolumes | The object handle. Returns if the PartMaker does not represent divided volumes. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |