<Code Lib>
2025.3 Constructor
Changes 0
C

SolidOptions()

Description:
Creates a new SolidOptions class with material and graphics style settings.

public SolidOptions(
	ElementId materialId,
	ElementId graphicsStyleId
)

  • materialId
    The material id for the Solid.
  • graphicsStyleId
    The graphics style id for the Solid.

Loading…