public static Snap.NX.Chamfer Wrap(Tag nxopenChamferTag) { if (nxopenChamferTag == Tag.Null) { throw new ArgumentException("Input tag is NXOpen.Tag.Null"); } NXOpen.Features.Chamfer objectFromTag = Snap.NX.NXObject.GetObjectFromTag(nxopenChamferTag) as NXOpen.Features.Chamfer; if (objectFromTag == null) { throw new ArgumentException("Input tag doesn't belong to an NXOpen.Features.Chamfer object"); } return(objectFromTag); }
internal Chamfer(NXOpen.Features.Chamfer chamfer) : base(chamfer) { this.NXOpenChamfer = chamfer; }