- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
if i select one element in plant 3d (for example elbow) and transform it into vla-object I receive following:
Befehl: (vlax-dump-object vlaobject1 T)
; IAcPnP3dPipeInlineAsset: IAcPnP3dPipeInlineAsset-Schnittstelle
; Eigenschaftswerte:
; Application (RO) = #<VLA-OBJECT IAcadApplication 000000013fe051a8>
; Document (RO) = #<VLA-OBJECT IAcadDocument 000000004de164a8>
; EndType (RO) = "BV"
; EntityTransparency = "VonLayer"
; Facing (RO) = ""
; Handle (RO) = "467"
; HasExtensionDictionary (RO) = 0
; Hyperlinks (RO) = #<VLA-OBJECT IAcadHyperlinks 000000004c471368>
; InsulationThickness (RO) = ""
; InsulationType (RO) = ""
; Layer = "0"
; LineNumberTag (RO) = ""
; Linetype = "ByLayer"
; LinetypeScale = 1.0
; Lineweight = -1
; Material = "ByLayer"
; MaterialCode (RO) = ""
; ObjectID (RO) = 42
; ObjectName (RO) = "AcPpDb3dPipeInlineAsset"
; OwnerID (RO) = 43
; PartFamilyLongDesc (RO) = "Rohrbogen 45 Grad DIN 11865 ISO H2"
; PlotStyleName = "Farbe_7"
; PnPClassName (RO) = "Elbow"
; PnPMaterial (RO) = ""
; PressureClass (RO) = ""
; Schedule (RO) = ""
; Service (RO) = ""
; Size (RO) = "25"
; Spec (RO) = "SPADE16NP14404"
; Status (RO) = "New"
; Tag (RO) = ""
; TieInNumber (RO) = ""
; TrueColor = #<VLA-OBJECT IAcadAcCmColor 0000000060aeed30>
; Visible = -1
; WallThickness (RO) = "2"
Partfamilylongdescription is visible , but not the long description of the elbow itself. How it can be included in properties of the vla-object?
Thanks in advance.
N
Solved! Go to Solution.