yucad3d

Point & Point Style

Point entities and named point styles (PDMODE-like display).

42 functions.

CadAddPointCreates a new point and returns its handle.
CadPntStyleGetBlockIDReturns the block i d of the point style.
CadPntStyleGetBlockScaleReturns the block scale of the point style.
CadPntStyleGetDrawModeReturns the draw mode of the point style.
CadPntStyleGetFixedReturns the fixed of the point style.
CadPntStyleGetFontReturns the font of the point style.
CadPntStyleGetIDReturns the i d of the point style.
CadPntStyleGetNameReturns the name of the point style.
CadPntStyleGetSnapReturns the snap of the point style.
CadPntStyleGetTextHeightReturns the text height of the point style.
CadPntStyleGetTextWidthReturns the text width of the point style.
CadPntStylePutBlockIDSets the block i d of the point style.
CadPntStylePutBlockScaleSets the block scale of the point style.
CadPntStylePutDrawModeSets the draw mode of the point style.
CadPntStylePutFixedSets the fixed of the point style.
CadPntStylePutFontSets the font of the point style.
CadPntStylePutNameSets the name of the point style.
CadPntStylePutSnapSets the snap of the point style.
CadPntStylePutTextHeightSets the text height of the point style.
CadPntStylePutTextWidthSets the text width of the point style.
CadPointGetBlockAngleReturns the block angle of the point.
CadPointGetCoordReturns the coordinate of the point.
CadPointGetStyleIDReturns the style i d of the point.
CadPointGetTextReturns the text of the point.
CadPointGetTextAngleReturns the text angle of the point.
CadPointGetTextOffsetReturns the text offset of the point.
CadPointGetTextXReturns the text x of the point.
CadPointGetTextYReturns the text y of the point.
CadPointGetXReturns the x of the point.
CadPointGetYReturns the y of the point.
CadPointGetZReturns the z of the point.
CadPointPutBlockAngleSets the block angle of the point.
CadPointPutCoordSets the coordinate of the point.
CadPointPutStyleIDSets the style i d of the point.
CadPointPutTextSets the text of the point.
CadPointPutTextAngleSets the text angle of the point.
CadPointPutTextOffsetSets the text offset of the point.
CadPointPutTextXSets the text x of the point.
CadPointPutTextYSets the text y of the point.
CadPointPutXSets the x of the point.
CadPointPutYSets the y of the point.
CadPointPutZSets the z of the point.