File3dmMeshModifiers

class rhino3dm.File3dmMeshModifiers
Displacement

File3dmDisplacement: Returns an object that provides access to displacement information. If no displacement information is present, the method returns null.

EdgeSoftening

File3dmEdgeSoftening: Returns an object that provides access to edge softening information. If no edge softening information is present, the method returns null.

Thickening

File3dmThickening: Returns an object that provides access to thickening information. If no thickening information is present, the method returns null.

CurvePiping

File3dmCurvePiping: Returns an object that provides access to curve piping information. If no curve piping information is present, the method returns null.

ShutLining

File3dmShutLining: Returns an object that provides access to shut-lining information. If no shutlining information is present, the method returns null.

CreateDisplacement()

[todo] add documentation

CreateEdgeSoftening()

[todo] add documentation

CreateThickening()

[todo] add documentation

CreateCurvePiping()

[todo] add documentation

CreateShutLining()

[todo] add documentation