Update polylineGeometry width

add a polylineGeometry to viewer.scene.primitives,I want get this polylineGeometry and update polylineGeometry width attribute?

Assign an id to the geometry object and use getById, then access the width field and override it :slightly_smiling_face:

1 Like

Thank you for your reply。
now I only get show and color property,other not