I3DCreateModelFlags

class I3DCreateModelFlags

Bases: ImpactCOMWrapperBase

Summary:

Defines which material effects are to be applied to the 3D model being created.

Remarks:

Introduced in Impact 11.0.0.39

Wraps a COM object or another wrapper instance. Accepts: - A valid impact_object - An existing impact_com_wrapper_base-derived instance

property artwork

Gets Artwork.

Summary:

Determines if artwork is to be applied.

Remarks:

Introduced in Impact 11.0.0.39

Returns:

The value of Artwork.

Return type:

artwork (bool)

property board

Gets Board.

Summary:

Determines if board material is to be applied.

Remarks:

Introduced in Impact 11.0.0.39

Returns:

The value of Board.

Return type:

board (bool)

property embossing

Gets Embossing.

Summary:

Determines if embossing effects are to be applied.

Remarks:

Introduced in Impact 11.0.0.39

Returns:

The value of Embossing.

Return type:

embossing (bool)

property foiling

Gets Foiling.

Summary:

Determines if foiling effects are to be applied.

Remarks:

Introduced in Impact 11.0.0.39

Returns:

The value of Foiling.

Return type:

foiling (bool)

property rule_definition

Gets rule_definition.

Summary:

Determines if rule definition effects are to be applied.

Remarks:

Introduced in Impact 11.0.0.39

Returns:

The value of rule_definition.

Return type:

rule_definition (bool)

property varnish

Gets Varnish.

Summary:

Determines if varnishing effects are to be applied.

Remarks:

Introduced in Impact 11.0.0.39

Returns:

The value of Varnish.

Return type:

varnish (bool)

isNone()

Checks if the COM object is None. This is useful for determining if the wrapper has been initialized with a valid COM object.