Color block #462
Closed
CCvallecano
started this conversation in
General
Color block
#462
Replies: 1 comment
-
sorry it is a problen of Naviswork confinguration |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Good morning
I insert the cloned blocks correctly, but it doesn't take the layer and color values of the original
When I insert it, it doesn't give me the color I want either
What am I doing wrong?
.......
case "110176":
var a = 1;
Insert insert110176x = new Insert(block110176)
{
InsertPoint = new XYZ(PositionX, PositionY, PositionZ),
XScale = 1,
YScale = 1,
Rotation = RotationOffset,
Layer = layer,
Color = ACadSharp.Color.ByLayer,
};
CreateDoc.Entities.Add(insert110176x);
Regards
Thank you very much
Beta Was this translation helpful? Give feedback.
All reactions